使用 Markdown 写博客绕不过引用链接的问题。源文件扩展名是.md,但转换后会变成.html。 为了正常跳转,写站内引用链接时只能使用 HTML 文件对应的路径。但这样一来,在编辑 的时候就没法跳转到对应的.md文件了。最近抽空给 pandoc 写了个 lua-filter,算是 比较完美地解决了这个问题。今天分享给大家。| taoshu.in
Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example:| Jekyll • Simple, blog-aware, static sites
GitHub Flavored Markdown Spec| github.github.com