djot-0.1.1.3: Parser and renderer for djot light markup syntax.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Djot.Options

Synopsis

Documentation

newtype ParseOptions #

Constructors

ParseOptions 

Fields

Instances

Instances details
Show ParseOptions # 
Instance details

Defined in Djot.Options

newtype RenderOptions #

Constructors

RenderOptions 

Fields

Instances

Instances details
Show RenderOptions # 
Instance details

Defined in Djot.Options

data SourcePosOption #

Adding source positions for blocks adds almost no overhead to parsing. Adding source positions for inlines has a small penalty. For many purposes it is enough to have source lines for blocks, so we offer the option.