View Source ExDoc.Markdown.Earmark (ExDoc v0.30.4)
ExDoc extension for the EarmarkParser Markdown parser.
Summary
Functions
Generate HTML AST.
Functions
Generate HTML AST.
Options
:gfm
- (boolean) turns on Github Flavored Markdown extensions. Defaults totrue
.:breaks
- (boolean) only applicable ifgfm
is enabled. Makes all line breaks significant (so every line in the input is a new line in the output).