unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Transcript.Parser

Description

Parse and print CommonMark (like Github-flavored Markdown) transcripts.

Synopsis

printing

conversion

parsing

fenced :: Text -> P (Maybe ProcessedBlock) Source #

Produce the correct parser for the code block based on the provided info string.