mark down 学习笔记

 

>     return shell_exec("echo $input | $markdown_script");//中间是五个空格

 

\*literal asterisks\*
*sdfgsdfgdfg*

需要添加转义符

 

<http://www.baidu.com>

[baidu](http://www.baidu.com)

一个是文字链接,一个直接就是链接

 

~~sdfsdfsdfsdf~~

删除线

 

书写一组链接,感觉自己暂时是用不到的,但是很有意思,[Google]名字是随便起的,[1]才是对应的链接

 

[Google][]

[Google]: http://google.com/

这样也是可以的,下面是定义的链接,上面是使用此链接

 

1986\. What a great season.

很奇怪,若果不加\的话,就会有一个缩进

 

posted @ 2017-06-05 08:00  wrestle-mania  阅读(238)  评论(0编辑  收藏  举报