目前较新版本的wordpress推荐使用 jetpack 来支持.
- 安装jetpack
- 设置中启用markdown
- 关闭其他所有的插件, 否则可能导致插件太多, 各个页面链接wordpress的服务器, 影响自己网站的性能.
- 在写文章的时候使用 markdown的语法.
jetpack的markdown的插件支持的是markdown extra的语法.
语法规则见:规则说明
以下页面就是markdown生成的
header 标题
header 标题
header 标题
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Function name | Description |
---|---|
help() |
Display the help window. |
destroy() |
Destroy your computer! |
- Item
- Item
- Item
- Item
A link.
Some text with a link and
another link.
<pre>
int main(string args){
print ('hello world');
}
</pre>
网友评论