pandoc-crossref-0.3.17.1: Pandoc filter for cross-references
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.CrossRef.References.Blocks.Util

Synopsis

Documentation

setLabel :: Options -> [Inline] -> [(Text, Text)] -> [(Text, Text)] Source #

data SPrefix Source #

Exactly like Prefix but doesn't have PfxSec. S stands for "safer". Sections are handled specially, see Text.Pandoc.CrossRef.References.Blocks.Header

Constructors

SPfxImg 
SPfxEqn 
SPfxTbl 
SPfxLst 

replaceAttr Source #

Arguments

:: Either Text Text

Reference id

-> [(Text, Text)]

Attributes

-> [Inline]

Title

-> SPrefix

Prefix type

-> WS [Inline]