| Portability | unportable |
|---|---|
| Stability | unstable |
| Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Text.CSL.Output.Pandoc
Description
The pandoc output formatter for CSL
- renderPandoc :: Style -> [FormattedOutput] -> String
- renderPandocStrict :: [FormattedOutput] -> String
- renderPandoc' :: Style -> [FormattedOutput] -> String
- data Pandoc = Pandoc Meta [Block]
- data Meta = Meta [Inline] [String] String
Documentation
renderPandoc :: Style -> [FormattedOutput] -> StringSource
renderPandocStrict :: [FormattedOutput] -> StringSource
Same as renderPandoc, but will not clean up the produced
output.
renderPandoc' :: Style -> [FormattedOutput] -> StringSource
Same as renderPandoc, but the output is wrapped in a pandoc
paragraph block.