Skip to content

Commit de4daf2

Browse files
Update index.html
1 parent 55d1c31 commit de4daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>
5656
Because there is no unambiguous spec, implementations have diverged considerably over the last 10 years. As a result, users are often surprised to find that a document that renders one way on one system (say, a GitHub wiki) renders differently on another (say, converting to docbook using Pandoc). To make matters worse, because nothing in Markdown counts as a “syntax error,” the divergence often isn’t discovered right away.
5757
</p>
5858
<p>
59-
There’s no standard test suite for Markdown; <a href="https://github.com/michelf/mdtest/">MDTest</a> is the closest thing we have. The only way to resolve Markdown ambiguities and inconsistencies is <a href="https://johnmacfarlane.net/babelmark2/">Babelmark</a>, which compares the output of 20+ implementations of Markdown against each other to see if a consensus emerges.
59+
There’s no standard test suite for Markdown; <a href="https://github.com/michelf/mdtest/">MDTest</a> is the closest thing we had, and is now obsolete. The best current way to resolve Markdown ambiguities and inconsistencies is <a href="https://babelmark.github.io/">Babelmark 3</a>, which compares the output of 20+ implementations of Markdown against each other to see if a consensus emerges.
6060
</p>
6161
<p>
6262
We propose a <strong>standard, unambiguous syntax specification for Markdown</strong>, along with a <strong>suite of comprehensive tests</strong> to validate Markdown implementations against this specification. We believe this is necessary, even essential, for the future of Markdown.

0 commit comments

Comments
 (0)