ExDoc.Markdown.Earmark (ex_doc v0.25.5) View Source
ExDoc extension for the EarmarkParser Markdown parser.
Link to this section Summary
Functions
Generate HTML AST.
Link to this section Functions
Generate HTML AST.
Options
:gfm- (boolean) turns on Github Flavored Markdown extensions. Defaults totrue.:breaks- (boolean) only applicable ifgfmis enabled. Makes all line breaks significant (so every line in the input is a new line in the output).:smartypants- (boolean) turns on smartypants processing, so quotes become curly, two or three hyphens become en and em dashes, and so on. Defaults tofalse.