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.

  1. writerSetextHeaders :: WriterOptions -> Bool

    pandoc Text.Pandoc.Options

    Use setext headers for levels 1-2 in markdown

  2. DoubleHeader :: Char -> HeaderType

    pandoc Text.Pandoc.Parsing

    Lines of characters above and below

  3. NormalizeHeader :: TableNormalization

    pandoc Text.Pandoc.Parsing

    No documentation available.

  4. SingleHeader :: Char -> HeaderType

    pandoc Text.Pandoc.Parsing

    Single line of characters underneath

  5. lookAhead :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m a

    pandoc 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.

  6. registerHeader :: forall s (m :: Type -> Type) a st . (Stream s m a, HasReaderOptions st, HasLogMessages st, HasIdentifierList st) => Attr -> Inlines -> ParsecT s st m Attr

    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).

  7. stateHeaderKeys :: ParserState -> KeyTable

    pandoc Text.Pandoc.Parsing

    List of implicit header ref keys

  8. stateHeaderTable :: ParserState -> [HeaderType]

    pandoc Text.Pandoc.Parsing

    Ordered list of header types used

  9. tableHead :: TableComponents -> TableHead

    pandoc Text.Pandoc.Parsing

    No documentation available.

  10. isHeaderBlock :: Block -> Bool

    pandoc Text.Pandoc.Shared

    True if block is a Header block.

Page 193 of many | Previous | Next