unison-share-api-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Server.Doc.Markdown.Types

Synopsis

Documentation

data Markdown Source #

Custom type for converting Docs into Markdown. I tried using the existing cmark-gfm library for this, but we have too many edge-cases for it to work well.

Instances

Instances details
Show Markdown Source # 
Instance details

Defined in Unison.Server.Doc.Markdown.Types

toText :: [Markdown] -> Text Source #

Render the markdown datatype to markdown text