master
Joey Hess 2011-01-25 14:59:57 -04:00
parent 634514c553
commit 5ab5a28cec
1 changed files with 10 additions and 0 deletions

View File

@ -8,3 +8,13 @@ Make it easy to configure the Markdown implementation used by the
external Markdown executable in your ikiwiki config file. If you do
not set a path, the plugin will use the usual config options to
determine which Perl module to use.
> This adds a configuration in which a new process has to be worked
> for every single page rendered. Actually, it doesn't only add
> such a configuration, it makes it be done by *default*.
>
> Markdown is ikiwiki's default, standard renderer. A configuration
> that makes it slow will make ikiwiki look bad.
>
> I would not recommend using Gruber's perl markdown. It is old, terminally
> buggy, and unmaintained. --[[Joey]]