Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- setLabel :: Options -> [Inline] -> [(Text, Text)] -> [(Text, Text)]
- walkReplaceInlines :: [Inline] -> [Inline] -> Block -> Block
- data SPrefix
- toPrefix :: SPrefix -> Prefix
- replaceAttr :: Either Text Text -> [(Text, Text)] -> [Inline] -> SPrefix -> WS [Inline]
- mkCaption :: Options -> Text -> [Inline] -> Block
Documentation
Exactly like Prefix
but doesn't have PfxSec
. S
stands for "safer".
Sections are handled specially, see
Text.Pandoc.CrossRef.References.Blocks.Header