aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/configurable_markdown_path.mdwn
blob: 7c5307277be332d49612a05e56fe4d12b4211e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[!template id=gitbranch branch=wtk/mdwn author="[[wtk]]"]]

summary
=======

Make it easy to configure the Markdown implementation used by the
[[plugins/mdwn]] plugin.  With this patch, you can set the path to an
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]]