pandoc-plantuml-diagrams-0.1.0.2: Render and insert PlantUML diagrams with Pandoc

Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.PlantUML.Filter

Description

pandoc-plantuml-diagrams is a filter for Pandoc that automatically renders UML diagrams with PlantUML.

Synopsis

Documentation

processBlocks :: ImageIO m => Maybe Format -> Block -> m Block Source

Processes a block in the context of the give format. The call syntax is compatible with the json filter provided by Pandoc.