ikiwiki/doc/plugins/contrib/pandoc/discussion.mdwn

7 lines
469 B
Plaintext
Raw Normal View History

2014-09-19 19:52:50 +02:00
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]]
2014-09-19 22:44:17 +02:00
> 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]]