aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Track_Markdown_Standardisation_Efforts.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2014-12-09 23:39:35 +0000
committerSimon McVittie <smcv@debian.org>2014-12-09 23:39:35 +0000
commitd0dd293449c31cf041cd7942c6bc50bf7e4149bf (patch)
tree898275992a6996ab047a67b963aebb5f212c821b /doc/todo/Track_Markdown_Standardisation_Efforts.mdwn
parentb9596b2049e9f559e0d08c59229f0a0532b2993b (diff)
downloadikiwiki-d0dd293449c31cf041cd7942c6bc50bf7e4149bf.tar
ikiwiki-d0dd293449c31cf041cd7942c6bc50bf7e4149bf.tar.gz
some notes on ikiwiki vs. Markdown
Diffstat (limited to 'doc/todo/Track_Markdown_Standardisation_Efforts.mdwn')
-rw-r--r--doc/todo/Track_Markdown_Standardisation_Efforts.mdwn10
1 files changed, 10 insertions, 0 deletions
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
* <http://johnmacfarlane.net/babelmark2/faq.html#what-are-some-big-questions-that-the-markdown-spec-does-not-answer>
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]]