diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-11 03:07:56 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-11 03:07:56 +0000 |
commit | cd23427e2a8d4e24ae68e3567d47cc98c8509f2b (patch) | |
tree | b5a1ae151b6d621ee44b2c0fd024307bc8e602e8 | |
parent | 0e8cbac4e572afe5c4aa294c858770486480eeb9 (diff) |
web commit by KarlMW
-rw-r--r-- | doc/todo/plugin.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/plugin.mdwn b/doc/todo/plugin.mdwn index 3f8958f64..ef784593d 100644 --- a/doc/todo/plugin.mdwn +++ b/doc/todo/plugin.mdwn @@ -46,6 +46,10 @@ Suggestions of ideas for plugins: Should be quite easy to write, the otl plugin is a good example of a similar formatter. +>>Isn't there a conflict between ikiwiki using \[\[ \]\] and asciidoc using the same? +>>There is a start of an asciidoc plugin at <http://www.mail-archive.com/asciidoc-discuss@metaperl.com/msg00120.html> +>>-- KarlMW + * manpage plugin: convert **"ls(1)"** style content into Markdown like **\[ls(1)\]\(http://example.org/man.cgi?name=ls§=1\)** or into HTML directly. > With a full installation of groff available, man offers HTML output. Might > take some fiddling to make it fit into the ikiwiki templates, and you might |