ExDoc extension for the EarmarkParser Markdown parser.
Summary
Check if the EarmarkParser Markdown parser module is available.
Generate HTML AST.
:gfm
- boolean. Turns on Github Flavored Markdown extensions. True by default: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):smartypants
- boolean. Turns on smartypants processing, so quotes become curly, two or three hyphens become en and em dashes, and so on. False by default