]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/mdwn.mdwn
create myself a user page
[ikiwiki.git] / doc / plugins / mdwn.mdwn
1 [[!template id=plugin name=mdwn core=1 author="[[Joey]]"]]
2 [[!tag type/format]]
3
4 This plugin lets ikwiki convert files with names ending in ".mdwn" to html.
5 It uses the [[ikiwiki/markdown]] minimal markup language.
6
7 This is the standard markup language used by ikiwiki, although some others
8 are also available in other plugins.
9
10 There are several implementations of markdown support that can be used by
11 this plugin. The [original version of
12 markdown](http://daringfireball.net/projects/markdown/) can be used, or the
13 [[!cpan Text::Markdown]] perl module.
14
15 [[!cpan Text::MultiMarkdown]] can be used in order to use tables, footnotes,
16 and other new features from the markdown variant called
17 [multimarkdown](http://fletcherpenney.net/MultiMarkdown/). Multimarkdown is
18 not enabled by default, but can be turned on via the `multimarkdown` option
19 in the setup file. Note that multimarkdown's metadata and wikilinks
20 features are disabled when it's used with ikiwiki.