# Markdown 语法渲染测试 >[CommonMark](https://commonmark.org/)风格,parser->[commonmarkpy](https://commonmarkpy.readthedocs.io/en/latest/)、[recommonmark](https://recommonmark.readthedocs.io/en/latest/index.html) ------ ## 什么是 Markdown Markdown 是一种方便记忆、书写的纯文本标记语言,用户可以使用这些标记符号以最小的输入代价生成极富表现力的文档:譬如您正在阅读的这份文档。它使用简单的符号标记不同的标题,分割不同的段落,**粗体** 或者 *斜体* 某些文字,更棒的是,它还可以 ### 1. 制作列表 - I - II - III - IV - V - Vi ### 2. 高亮一段代码 ```python @requires_authorization class SomeClass: pass if __name__ == '__main__': # A comment print 'hello world' ``` ### 4、快速插入图片、链接 [https://github.com/seven-innovation-base/SphinxDOC](https://github.com/seven-innovation-base/SphinxDOC) ![和平宣言](https://img.vim-cn.com/48/c4ac563eaa0515caea6bef70698c8265f76016.png) ### 5、更多精彩 [观看本页Markdown源格式](https://github.com/seven-innovation-base/SphinxDOC/edit/master/tests/test.md) 你只需使用键盘专注于书写文本内容,就可以生成印刷级的排版格式,省却在键盘和工具栏之间来回切换,调整内容和格式的麻烦。**Markdown 在流畅的书写和印刷级的阅读体验之间找到了平衡。** 目前它已经成为世界上最大的技术分享网站 GitHub 和 技术问答网站 StackOverFlow 的御用书写格式。