innoconv_mintmod.mintmod_filter.filter_action¶
Pandoc filter that transforms mintmod commands.
-
class
innoconv_mintmod.mintmod_filter.filter_action.MintmodFilterAction(debug=False)[source]¶ The Pandoc filter is defined in this class.
-
filter(elem, doc)[source]¶ Receive document elements.
This method receives document elements from Pandoc and delegates handling of simple subtitutions, mintmod commands and .ments.
Parameters: - elem (
panflute.base.Element) – Element to handle - doc (
panflute.elements.Doc) – Document
- elem (
-