diff options
author | smcv <smcv@web> | 2017-05-14 07:53:24 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-05-14 07:53:24 -0400 |
commit | 75f905a18aa68975c4194386302e7a1d223a4d87 (patch) | |
tree | 2a9e8f565c6ffe0805d6d3370bb16208c4b76ade | |
parent | 65fe86e6f3544912d0fd64753aea2c5d61018e0e (diff) | |
download | ikiwiki-75f905a18aa68975c4194386302e7a1d223a4d87.tar ikiwiki-75f905a18aa68975c4194386302e7a1d223a4d87.tar.gz |
-rw-r--r-- | doc/plugins/mdwn.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/mdwn.mdwn b/doc/plugins/mdwn.mdwn index 62d97b187..6b20b7bb0 100644 --- a/doc/plugins/mdwn.mdwn +++ b/doc/plugins/mdwn.mdwn @@ -20,7 +20,8 @@ this plugin. In order of preference: [[!cpan Text::MultiMarkdown]] can be used in order to use tables, footnotes, and other new features from the markdown variant called -[multimarkdown](http://fletcherpenney.net/MultiMarkdown/). Multimarkdown is +[multimarkdown](http://fletcherpenney.net/MultiMarkdown/) (some of which +are also available in the recommended implementation, Discount). Multimarkdown is not enabled by default, but can be turned on via the `multimarkdown` option in the setup file. Note that multimarkdown's metadata and wikilinks features are disabled when it's used with ikiwiki. Also note that if the |