pandoc-citeproc-0.15.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 :: Parsec String () [Inline] Source #

pRaw :: Parsec String () Inline Source #

pString :: Parsec String () Inline Source #

pSpace :: Parsec String () Inline Source #

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

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

oStr :: String -> [Output] Source #

oStr' :: String -> 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.