View Source ExDoc.Markdown.Earmark (ExDoc v0.29.1)

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

Options

  • :gfm - (boolean) turns on Github Flavored Markdown extensions. Defaults to true.

  • :breaks - (boolean) only applicable if gfm is enabled. Makes all line breaks significant (so every line in the input is a new line in the output).