reportcompiler.plugins.postprocessors.pandoc

pandoc.py

This module includes the postprocessor using pandoc.

Classes

class reportcompiler.plugins.postprocessors.pandoc.PandocPostProcessor

Postprocessor for pandoc.

Inheritance

Inheritance diagram of PandocPostProcessor
postprocess(doc_param, doc_path, postprocessor_info, context)

Applies the postprocessing after the document has been rendered.

Parameters:
  • doc_param (OrderedDict) – Document variable
  • doc_path (str) – Path of the document file generated by the template renderer
  • postprocessor_info (dict) – Information about the current postprocessor (multiple can be used for fragment)
  • context (dict) – Context dictionary with keys ‘data’ (context generated from fragments) and ‘meta’ (document metadata)
class reportcompiler.plugins.postprocessors.pandoc.PandocHTMLPostProcessor

Postprocessor for pandoc to HTML.

Inheritance

Inheritance diagram of PandocHTMLPostProcessor