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

Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.PlantUML.Filter.Formats

Description

Determines the image type to be used for one particular pandoc output format.

Currently uses EPS for latex-based outputs (including PDF), and PNG for anything else.

Synopsis

Documentation

imageFormatTypeFor :: Format -> ImageFormat Source

The image file type to be used for the given output format. EPS is used for latex outputs, as it provides lossless scalability All other output formats use PNG for now.