diff options
author | Joey Hess <joey@kitenet.net> | 2008-05-13 14:57:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-05-13 14:57:01 -0400 |
commit | 62ac574b362baa40960d56c1f07ce197c4fba4b6 (patch) | |
tree | 89aee113ed6e5279a5b64dc9b9a44c0002419d70 /doc/plugins/mdwn.mdwn | |
parent | 677f06ca35b23b404b066d2965f29dd479654ab1 (diff) | |
download | ikiwiki-62ac574b362baa40960d56c1f07ce197c4fba4b6.tar ikiwiki-62ac574b362baa40960d56c1f07ce197c4fba4b6.tar.gz |
web commit by buo: Typo
Diffstat (limited to 'doc/plugins/mdwn.mdwn')
-rw-r--r-- | doc/plugins/mdwn.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/mdwn.mdwn b/doc/plugins/mdwn.mdwn index 07b59c3cf..b5ce9c79c 100644 --- a/doc/plugins/mdwn.mdwn +++ b/doc/plugins/mdwn.mdwn @@ -12,7 +12,7 @@ this plugin. The [original version of markdown](http://daringfireball.net/projects/markdown/) can be used, or the [[cpan Text::Markdown]] perl module. -[[cpan Text::Markdown]] also includes a markdown varient called +[[cpan Text::Markdown]] also includes a markdown variant called [multimarkdown](http://fletcherpenney.net/MultiMarkdown/), which supports tables, footnotes, and other new features. Multimarkdown is not enabled by default, but can be turned on via the `multimarkdown` option in the setup |