diff options
author | W. Trevor King <wking@drexel.edu> | 2011-01-08 11:56:33 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-01-08 11:56:33 -0500 |
commit | cfaab6d01e78036b57a156d91008379705684307 (patch) | |
tree | 7d5113e24dc7031a94649da3016e26640a0076ee | |
parent | 9b475c00cb2082f3f548118c95ca9191e8eb0cb5 (diff) | |
download | ikiwiki-cfaab6d01e78036b57a156d91008379705684307.tar ikiwiki-cfaab6d01e78036b57a156d91008379705684307.tar.gz |
Add configurable markdown path todo item.
-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. |