标签: markdown

1 篇文章

thumbnail
markdown的基本语法使用
一级标题 二级标题 三级标题 #一级标题 ##二级标题 ###三级标题 引用一段话 > 所引用的话 使用C语言代码块 ```c int main(void){ cout<<hello word; return 0; } ``` ```c 你的代码 ``` 注意,如果想要在wordpress中显示代码高亮,需要在markdown写好代码块…