MarkDown使用笔记

2016-12-20  本文已影响0人  木头Woods3108

标题一(#)

标题二(##)

标题六(######)

链接
图片

百度LOGO百度LOGO
图片+链接 链接+logo链接+logo
[链接](http://www.baidu.com)
图片 ![百度LOGO](https://cldup.com/dTxpPi9lDf.thumb.png)
图片+链接  [![链接+logo](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

引用的一段名言(>)

引用的一段名言 (>>)

(最前方两个tab)Here's some example code:      return shell_exec("echo $input | $markdown_script");     

Use the printf() 【code】 function.

Use the `printf()  【code】` function.

single asterisks
single underscores

*single asterisks*
_single underscores_

double asterisks
double underscores

**double asterisks**
__double underscores__

unfriggingbelievable*this text is surrounded by literal asterisks*

表头表头表头表头 表头表头表头表头表头表头 表头表头表头表头
内容1 内容2 内容3
内容1 内容2 内容3
内容1 内容2 内容3
|表头表头表头表头|表头表头表头表头表头表头|表头表头表头表头|
|:---|:----:|---:|
|内容1|内容2|内容3|
|内容1|内容2|内容3|
|内容1|内容2|内容3|

这是一行代码`<script>

(```html)
<!DOCTYPE html>
<html lang="en">
<head>    
    <meta charset="UTF-8">    
    <title>Title</title>
</head>
<body>

</body>
</html>
(```)
```



____________________________________________________________
在线编辑器
  [Markable.in](http://markable.in/)
  [Dillinger.io](http://dillinger.io/)

浏览器插件
  [MaDe](https://chrome.google.com/webstore/detail/oknndfeeopgpibecfjljjfanledpbkog) (Chrome)
上一篇下一篇

猜你喜欢

热点阅读