]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/Track_Markdown_Standardisation_Efforts.mdwn
Add commonmark.
[git.ikiwiki.info.git] / doc / todo / Track_Markdown_Standardisation_Efforts.mdwn
index 54a615920f40ffe6e628d676c37d8f6c9fb6a748..7ab4e0f7df7d6ee614a685728349f4b50bf9365b 100644 (file)
@@ -3,5 +3,16 @@ Just a quick note that some people are making noise about Markdown standardisati
   * <http://markdown.github.com/>
   * <http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html>
   * <http://johnmacfarlane.net/babelmark2/faq.html#what-are-some-big-questions-that-the-markdown-spec-does-not-answer>
+  * <http://commonmark.org/>
 
 It might be worth following...
+
+> ikiwiki does not implement Markdown: we use a third-party library for that
+> (there are several options, but the recommended one is currently
+> [[!cpan Text::Markdown::Discount]]). We support whatever dialect
+> of Markdown is implemented by the chosen Markdown implementation.
+>
+> As a result, nothing is likely to change in ikiwiki's interpretation of
+> Markdown unless someone either changes the behaviour of Discount,
+> or recommends a different (and hopefully better) third-party library.
+> --[[smcv]]