使用 Markdown 写博客绕不过引用链接的问题。源文件扩展名是.md,但转换后会变成.html。 为了正常跳转,写站内引用链接时只能使用 HTML 文件对应的路径。但这样一来,在编辑 的时候就没法跳转到对应的.md文件了。最近抽空给 pandoc 写了个 lua-filter,算是 比较完美地解决了这个问题。今天分享给大家。| taoshu.in
大家好,我是涛叔🧔🏻。欢迎来到我的个人网站。我会不定期发布自己的工作经验和学习 心得。本站是我的学习笔记,也用作自己的知识库,内容涵盖 Linux/Unix、网络、编程、 Web、Vim、职业生涯等各个方面,偶尔也会写点人生感悟。欢迎阅读和订阅。| 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