From: smcv Date: Fri, 19 Sep 2014 20:44:17 +0000 (-0400) Subject: not sure that this is needed X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/1511e9d7d30246d3bf276786273e422cd651e549?hp=552a4bec41086257a5594e7104207c2440d7e73c not sure that this is needed --- diff --git a/doc/plugins/contrib/pandoc/discussion.mdwn b/doc/plugins/contrib/pandoc/discussion.mdwn index 161c92aad..00a760b19 100644 --- a/doc/plugins/contrib/pandoc/discussion.mdwn +++ b/doc/plugins/contrib/pandoc/discussion.mdwn @@ -1 +1,6 @@ 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]]