Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Parse and print CommonMark (like Github-flavored Markdown) transcripts.
Synopsis
- formatAPIRequest :: APIRequest -> Text
- formatUcmLine :: UcmLine -> Text
- formatInfoString :: (a -> Maybe Text) -> Text -> InfoTags a -> Text
- formatStanzas :: [Stanza] -> Text
- stanzas :: FilePath -> Text -> Either (ParseErrorBundle Text Void) [Stanza]
- ucmLine :: P UcmLine
- apiRequest :: P APIRequest
- fenced :: P (Maybe ProcessedBlock)
- hidden :: P Hidden
- expectingError :: P ExpectingError
- language :: P Text
printing
formatAPIRequest :: APIRequest -> Text Source #
formatUcmLine :: UcmLine -> Text Source #
formatStanzas :: [Stanza] -> Text Source #
parsing
apiRequest :: P APIRequest Source #
fenced :: P (Maybe ProcessedBlock) Source #
Parses the info string and contents of a fenced code block.