Portability | unportable |
---|---|
Stability | unstable |
Maintainer | Andrea Rossato <andrea.rossato@unitn.it> |
Safe Haskell | None |
Text.CSL.Output.Pandoc
Description
The pandoc output formatter for CSL
- renderPandoc :: Style -> [FormattedOutput] -> [Inline]
- renderPandoc' :: Style -> [FormattedOutput] -> Block
- renderPandoc_ :: Style -> [FormattedOutput] -> [Inline]
- headInline :: [Inline] -> String
- initInline :: [Inline] -> [Inline]
- tailFirstInlineStr :: [Inline] -> [Inline]
- toCapital :: [Inline] -> [Inline]
- startWithPunct :: [Inline] -> Bool
- endWithPunct :: [Inline] -> Bool
Documentation
renderPandoc :: Style -> [FormattedOutput] -> [Inline]
renderPandoc' :: Style -> [FormattedOutput] -> Block
Same as renderPandoc
, but the output is wrapped in a pandoc
paragraph block.
renderPandoc_ :: Style -> [FormattedOutput] -> [Inline]
headInline :: [Inline] -> String
initInline :: [Inline] -> [Inline]
tailFirstInlineStr :: [Inline] -> [Inline]
startWithPunct :: [Inline] -> Bool
endWithPunct :: [Inline] -> Bool