Skip to content

Instantly share code, notes, and snippets.

@whatsrtos
Last active September 30, 2022 06:08
Show Gist options
  • Save whatsrtos/8918d834cca970ad71359e977af08812 to your computer and use it in GitHub Desktop.
Save whatsrtos/8918d834cca970ad71359e977af08812 to your computer and use it in GitHub Desktop.
测试不同markdown解析器对扩展语法的支持
title categories
yaml front matter 测试

此文档用于测试不同 markdown 解析器对非严格&扩展语法的支持

列表测试

  • 一级列表
    • 使用二空格进行列表缩进
  • 是否支持todo

列表开始严格模式:

  • 111
  • 222

测试是否支持wikilink

[[引用]]

删除线、高亮

删除线 ==高亮==

测试是否支持脚注

这是一个脚注[^1]

测试是否支持公式

行内:对数 $\lg(x)$ 平方根 $\sqrt{3}$

跨行: $$ \lg(x) $$

引用测试

仅在第一行开头加引用符>,下面的行会不会被作为引用 测试行 测试行

Tab测试

这是tab之后的字符,是否被当做代码块

标签合法字符测试

标签是否支持带标点符号: #~测试标签

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment