ကျွန်တော်နှင့် Blog များ
နှစ်ရှည်လများ သုံးလာတဲ့ Facebook Account ပျက်သွားကတည်းက third party platform တွေကို သိပ်ပြီး အယုံအကြည် မထားနိုင်တော့ဘူး ဖြစ်သွားတာ။ ဒီတော့ နောက်ပိုင်း စာရေးမယ် ဆိုရင် ဘယ်မှာရေးရမလဲဆိုတာ တော်တော်လေး စဉ်းစားလာရတယ်။ သေချာတာကတော့ အခုခေတ်ကြီးထဲ Local မှာ ရေးပြီးသိမ်းတာမျိုးက သိပ်ပြီး အဆင်မပြေတော့ဘူး။ ဒါဆို ဘယ်မှာရေးကြမလဲ? ပုံမှန် ဒိုင်ရာရီလိုမျိုး နောက် tO DO LIST လိုမျိုးတွေ၊ မှတ်စုတွေကိုတော့ Keep မှာပဲ ရေးဖြစ်တာ များတယ်။ အခုလိုမျိုး coding နဲ့ ပတ်သက်တာတွေ ၊ programming note တွေကြတော့ markdown နဲ့ ရေးပြီး gist မှာ တင်ထားတာ ပိုကောင်းမယ်လို့ ထင်တယ်။
ဆိုတာကာ ဒါဟာ ကျွန်တော် Gist ကို ရောက်လာရတဲ့ အကြောင်းအရင်းတစ်ခုပဲ ဆိုရမှာပေါ့။
ဘာတွေ ရေးမှာလဲ? ပထမဆုံး ကတော့ Webview Android App Series ဖြစ်မယ်။ ဘာလို့လဲ ဆိုတော့ ကိုယ်လည်း ဒီလို အဓိကထားပြီး ရေးခဲ့တာ ဆိုတော့ ပြန်ပြီး မျှဝေပေးချင်တာရော၊ နောက်ပြီး ကိုယ့်ဘာသာကိုယ် ပြန်ဖတ်ဖို့ရော။
မဟုတ်ရင် အစက ပြန်ပြန်လိုက်ရှာနေရတာ၊ အဆင်မပြေ။
Structured documents
Sometimes it’s useful to have different levels of headings to structure your documents. Start lines with a #
to create headings. Multiple ##
in a row denote smaller heading sizes.
This is a third-tier heading
You can use one #
all the way up to ######
six for different heading sizes.
If you’d like to quote someone, use the > character before the line:
Coffee. The finest organic suspension ever devised… I beat the Borg with it.
- Captain Janeway
- Item 1
- Item 2
- Item 2a
- Item 2b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Images
Format:
Links http://github.com - automatic! GitHub Blockquotes As Kanye West said:
We’re living the future so the present is our past. Inline code I think you should use an
<addr>
element here instead.
Syntax highlighting Here’s an example of how you can use syntax highlighting with GitHub Flavored Markdown:
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
You can also simply indent your code by four spaces:
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
} Here’s an example of Python code without syntax highlighting:
def foo(): if not bar: return True Task Lists
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item If you include a task list in the first comment of an Issue, you will get a handy progress indicator in your issue list. It also works in Pull Requests!
Tables You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |