We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
不使用 markdown 标题标签,直接通过 html 语言替代,如此锚点 id 就可以自行指定。
效果:http://daringfireball.net/projects/markdown/syntax#overview 源码:http://daringfireball.net/projects/markdown/syntax.text
示例效果: http://design.1sters.com/material_design/components/menus.html#menus_behavior 示例源码: https://github.com/1sters/material_design_zh/blob/master/SOURCE/components/menus.md
提示:此方法在 github 上不可行,但在 Jekyll 上是可行的。原因应该是,github 上的 markdown 语法是对标准 markdown 语法有过优化。所以对我们的工程来说,这样写是完全没问题的,因为我们最终跑在 Jekyll 上。