Earmark v1.3.2 Earmark.Options View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Earmark.Options{
  breaks: term(),
  code_class_prefix: term(),
  do_sanitize: term(),
  do_smartypants: term(),
  file: term(),
  footnote_offset: term(),
  footnotes: term(),
  gfm: term(),
  line: term(),
  mapper: term(),
  mapper_with_timeout: term(),
  messages: term(),
  pedantic: term(),
  plugins: term(),
  render_code: term(),
  renderer: term(),
  sanitize: term(),
  smartypants: term(),
  timeout: term()
}

Link to this section Functions

Link to this function

plugin_for_prefix(options, plugin_name) View Source