]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/contrib/pandoc/discussion.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / plugins / contrib / pandoc / discussion.mdwn
index 161c92aad6b0b849bfd23c88930db7b466a7448c..c52fc4cd7b89bfc8652d8c8cb601ff3f71ebfd90 100644 (file)
@@ -1 +1,8 @@
 Does this support ikiwiki-specific idioms like `\[[links]]` or `\[[!macros]]`? I looked at [the readme](https://github.com/sciunto/ikiwiki-pandoc) and it's not quite clear there... --[[anarcat]]
+
+> I don't think it needs to? [[wikilinks|ikiwiki/wikilink]] and
+> [[directives|ikiwiki/directive]] (what you called "macros") are handled
+> by the linkify and preprocess hooks, whereas [[plugins/mdwn]] and
+> this plugin are done afterwards, in the htmlize hook. --[[smcv]]
+
+> > I guess that answers my question by a delicious "yes", thanks! --[[anarcat]]