代码

作者: 琛林 | 来源:发表于2018-05-30 17:21 被阅读0次

H1

H1

H2

H2H2

H3

H4

H5
H6

quote


  • list1
    1. embed list
  • list2
  • list3

  1. order list1
  • embed list
  1. order list2
  2. 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/

123@email.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


相关文章

网友评论

      本文标题:代码

      本文链接:https://www.haomeiwen.com/subject/mqdxsftx.html