H1
H1
H2
H2H2
H3
H4
H5
H6
quote
- list1
- embed list
- list2
- list3
- order list1
- embed list
- order list2
- embed list
<body>
<p>code block</p>
</body>
inline code <body><p>inline code</p></body>
link
Google
back.png
Google
http://www.google.com/
image
[图片上传失败...(image-c4110-1527672351921)]
<img src="bg.png" alt="bg" title="bg" width="100" height="150" />
emhance
<em>emhance</em>
emhance
em
strong
strong
*_not em_*
字符转义
\ ` * _ {} [] () # + - . !
delete line
delete
```html
<body>
<p>code</p>
</body>
```
name | age |
---|---|
LearnShare | 12 |
Mike | 32 |
name | age |
---|---|
LearnShare | 12 |
Mike | 32 |
left | center | right |
---|---|---|
aaaa | bbbbbb | ccccc |
a | b | c |
name | age | blog |
---|---|---|
LearnShare | 12 | LearnShare |
Mike | 32 | Mike |
markdown to html
pandoc -o hello.html hello.md
or pandoc -o hello.html -c style.css hello.md
markdown to pdf
pandoc -o hello.pdf hello.md
or
pandoc -o hello.pdf hello.md -c style.css
markdown to word
pandoc -o hello.docx hello.md