diff options
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/configurable_markdown_path.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/configurable_markdown_path.mdwn b/doc/todo/configurable_markdown_path.mdwn new file mode 100644 index 000000000..931f98025 --- /dev/null +++ b/doc/todo/configurable_markdown_path.mdwn @@ -0,0 +1,10 @@ +[[!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. |