Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
writerSetextHeaders :: WriterOptions -> Boolpandoc Text.Pandoc.Options Use setext headers for levels 1-2 in markdown
DoubleHeader :: Char -> HeaderTypepandoc Text.Pandoc.Parsing Lines of characters above and below
NormalizeHeader :: TableNormalizationpandoc Text.Pandoc.Parsing No documentation available.
SingleHeader :: Char -> HeaderTypepandoc Text.Pandoc.Parsing Single line of characters underneath
lookAhead :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m apandoc Text.Pandoc.Parsing lookAhead p parses p without consuming any input. If p fails and consumes some input, so does lookAhead. Combine with try if this is undesirable.
-
pandoc Text.Pandoc.Parsing Add header to the list of headers in state, together with its associated identifier. If the identifier is null and the auto_identifiers extension is set, generate a new unique identifier, and update the list of identifiers in state. Issue a warning if an explicit identifier is encountered that duplicates an earlier identifier (explicit or automatically generated).
stateHeaderKeys :: ParserState -> KeyTablepandoc Text.Pandoc.Parsing List of implicit header ref keys
stateHeaderTable :: ParserState -> [HeaderType]pandoc Text.Pandoc.Parsing Ordered list of header types used
tableHead :: TableComponents -> TableHeadpandoc Text.Pandoc.Parsing No documentation available.
isHeaderBlock :: Block -> Boolpandoc Text.Pandoc.Shared True if block is a Header block.