pandoc-plantuml-diagrams-0.1.1.0: Render and insert PlantUML diagrams with Pandoc
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.PlantUML.Filter.OutputBlock

Description

Renders an image file name and some attributes into a Pandoc block, like so:

Para
  Image src=picture.jpg
  "{#fig:id}"
Synopsis

Documentation

resultBlock :: ImageFileName -> Attr -> Block Source #

The result block, as specified in the module header.