From: joey Date: Fri, 2 Mar 2007 01:23:43 +0000 (+0000) Subject: web commit by http://joey.kitenet.net/ X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1ff076b00ab7b997c6612d95b105be76c51512b7 web commit by http://joey.kitenet.net/ --- diff --git a/doc/todo/Support__47__Switch_to_MultiMarkdon.mdwn b/doc/todo/Support__47__Switch_to_MultiMarkdon.mdwn index 0f05af116..35352cf01 100644 --- a/doc/todo/Support__47__Switch_to_MultiMarkdon.mdwn +++ b/doc/todo/Support__47__Switch_to_MultiMarkdon.mdwn @@ -28,3 +28,5 @@ MultiMarkdown would solve the BibTex request and the multiple output formats wou > I don't think MultiMarkdown solves [[the BibTeX request|todo/BibTeX]], but it might solve the request for LaTeX output. --[[JoshTriplett]] > Unless there's a way to disable a zillion of the features, please **no**. Do _not_ switch to it. One thing that I like about markdown as opposed to most other ASCII markup languages, is that it has at least a bit of moderation on the syntax (although it could be even simpler). There's not a yet another reserved character lurking behind every corner. Not so in multimarkdown anymore. Footnotes, bibliography and internal references I could use, and they do not add any complex syntax: it's all inside the already reserved sequences of bracketed stuff. (If you can even say that ASCII markup languages have reserved sequences, as they randomly decide to interpret stuff, never actually failing on illegal input, like a proper language to write any serious documentation in, would do.) But tables, math, and so on, no thanks! Too much syntax! Syntax overload! Bzzzt! I don't want mischievous syntaxes lurking behind every corner, out to get me. --[[tuomov]] + +> ikiwiki already supports MultiMarkdown, since it has the same API as MarkDown. So if you install it as Markdown.pm (or as /usr/bin/markdown), it should Just Work. It would also be easy to support some other extension such as mmdwn to use multimarkdown installed as MuliMarkdown.pm, if someone wanted to do that for some reason -- just copy the mdwn plugin and lightly modify. --[[Joey]] \ No newline at end of file