javascript - 不同 Markdown 实现中的 'corner cases' 是什么?

标签 javascript perl markdown

作者写了以下关于不同 markdown 实现之间的差异:

The result is that there are a lot of Markdown parsers in a lot of languages, and they all give slightly different results in a lot of corner cases (and a lot of not-so-corner cases). The best I could do in Clojure is pick one implementation and try my best to match it. http://briancarper.net/blog/415/

我的问题是 - 这些“极端情况”是什么?

最佳答案

在 Markdown 解析中分析此类极端情况的最佳方法是 John MacFarlane 的 Babelmark 2 : 你输入一些 Markdown 代码,它会显示它所知道的所有 Markdown 渲染器之间的所有输出差异。

关于javascript - 不同 Markdown 实现中的 'corner cases' 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7307638/

相关文章:

markdown - 为什么我的 Readme.md 没有出现在 Visual Studio Online "Welcome"页面上?

javascript - 将下拉列表框转换为 UL LI?

xml - 为什么计数节点不起作用?

javascript - table 互相重叠

perl - Perl 中定义/未定义的使用

linux - unix - 用字符出现次数分割多少行

.net - .NET 的 Markdown ? SO 如何即时渲染它?

Markdown 。什么是内联和引用样式链接?

javascript - 在没有 jQuery 的情况下在 div 上加载 html?

javascript - 如何以编程方式触发 Angular 处理程序?