pandoc-citeproc-0.17.0.1: Supports using pandoc with citeproc
Copyright(c) Andrea Rossato
LicenseBSD-style (see LICENSE)
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Text.CSL.Eval.Output

Description

The CSL implementation

Synopsis

Documentation

pAffix :: Parser [Inline] Source #

pRaw :: Parser Inline Source #

pString :: Parser Inline Source #

pSpace :: Parser Inline Source #

output :: Formatting -> Text -> [Output] Source #

addDelim :: Text -> [Output] -> [Output] Source #

oStr :: Text -> [Output] Source #

oStr' :: Text -> Formatting -> [Output] Source #

oPan :: [Inline] -> [Output] Source #

oPan' :: [Inline] -> Formatting -> [Output] Source #

formatOutput :: Output -> Formatted Source #

Convert evaluated Output into Formatted, ready for the output filters.