aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-19 16:44:17 -0400
committeradmin <admin@branchable.com>2014-09-19 16:44:17 -0400
commit1511e9d7d30246d3bf276786273e422cd651e549 (patch)
tree2f266955d235118363755608b588343d4eb4ea5f
parent552a4bec41086257a5594e7104207c2440d7e73c (diff)
downloadikiwiki-1511e9d7d30246d3bf276786273e422cd651e549.tar
ikiwiki-1511e9d7d30246d3bf276786273e422cd651e549.tar.gz
not sure that this is needed
-rw-r--r--doc/plugins/contrib/pandoc/discussion.mdwn5
1 files changed, 5 insertions, 0 deletions
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]]