# `ExDoc.Markdown.Earmark`
[🔗](https://github.com/elixir-lang/ex_doc/blob/v0.40.3/lib/ex_doc/markdown/earmark.ex#L1)

ExDoc extension for the EarmarkParser Markdown parser.

# `to_ast`

Generate HTML AST.

## 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).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
