1 [[!template id=gitbranch branch=wtk/mdwn author="[[wtk]]"]]
6 Make it easy to configure the Markdown implementation used by the
7 [[plugins/mdwn]] plugin. With this patch, you can set the path to an
8 external Markdown executable in your ikiwiki config file. If you do
9 not set a path, the plugin will use the usual config options to
10 determine which Perl module to use.
12 > This adds a configuration in which a new process has to be worked
13 > for every single page rendered. Actually, it doesn't only add
14 > such a configuration, it makes it be done by *default*.
16 > Markdown is ikiwiki's default, standard renderer. A configuration
17 > that makes it slow will make ikiwiki look bad.
19 > I would not recommend using Gruber's perl markdown. It is old, terminally
20 > buggy, and unmaintained. --[[Joey]]