Covfefe v0.0.1 ExDoc.Markdown.Earmark View Source

ExDoc extension for the Earmark MarkDown parser

Link to this section Summary

Functions

Check if the Earmark MarkDown parser module is available. Otherwise, try to load the module

Earmark specific options

Link to this section Functions

Check if the Earmark MarkDown parser module is available. Otherwise, try to load the module

Earmark specific options:

  • gfm - boolean. Turns on Github Flavored Markdown extensions. True by default

  • 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)

  • smartypants: boolean. Turns on smartypants processing, so quotes become curly, two or three hyphens become en and em dashes, and so on. True by default