Hello Markdown

Basic Demo of Markdown

1 italic and bold

italic

Just add surround words with underscore(_) make it italic,

bold

Just add surround words with 2 underscore(__) or 2 asterisks(**) make it bold.

2 url

You’re really, really going to want to see this.

img url

Here’s a link to something else.
Here’s yet another link.
And now back to the first link.

blockquote

examples on LOGD/LOGV in C style

#define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__)

#define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__)

#define LOGV(...) do {} while (0)

#define LOGD(...) do {} while (0)

A beginner’s guide:
<a href=http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html>http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html

github flavored mkd table:

Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1




















a b c
d e f
g h i