X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..3ae8a75101c88712517294b4ebbb3e4bc68d446d:/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn?ds=sidebyside diff --git a/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn b/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn index 54a615920..85dfddf26 100644 --- a/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn +++ b/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn @@ -5,3 +5,13 @@ Just a quick note that some people are making noise about Markdown standardisati * 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]]