From: W. Trevor King Date: Sat, 8 Jan 2011 16:56:33 +0000 (-0500) Subject: Add configurable markdown path todo item. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfaab6d01e78036b57a156d91008379705684307;p=ikiwiki.git Add configurable markdown path todo item. --- 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.