Markdown Awesome
- wiki.js Markdown
- squidfunk/mkdocs-material
- style
- sindresorhus/github-markdown-css
- https://markdowncss.github.io/
- mrcoles/markdown-css
- HTML look like plain-text markdown
- https://www.markdownguide.org/
- kochrt/markwhen
- AGPLv3, Vue
- Gant
- https://markwhen.com/
- Makrdown 基础语法
- Markdown 语法说明 (简体中文版)
- Github 流 Markdown 语法指南
- 主题
- 类 github
- 书写指导
- Google Markdown style guide
- 参考
- CommonMark - A strongly defined, highly compatible specification of Markdown
- Markdown: Syntax
- Pandoc - Markup Document 互转 Word, HTML, PDF, TeX, EPUB 等
- 编辑器
- StackEdit 支持云同步和较多扩展语法
- 扩展
| abbr. | stand for | notes |
|---|---|---|
| hast | Hypertext Abstract Syntax Tree | HTML, SVG, MathML |
| mdast | Markdown Abstract Syntax Tree |
语法扩展
- Tables
- Fenced Code Blocks
- Footnotes -
[^1] - Heading IDs -
## Title {#custom-id} - Definition Lists -
: - Strikethrough -
~~X~~ - Task Lists -
[ ][x] - Emoji -
:joy: - Highlight -
<mark>,==marked== - Subscript -
H~2~O - Superscript -
X^2^ - Automatic URL Linking
- Disabling Automatic URL Linking -
http://www.example.com - Admonitions -
:::- docusaurus