View Source EarmarkParser.Options (Earmark v1.4.43)

Link to this section Summary

Functions

Use normalize before passing it into any API function

Link to this section Functions

Use normalize before passing it into any API function

  iex(1)> options = normalize(annotations: "%%")
  ...(1)> options.annotations
  ~r{\A(.*)(%%.*)}