Skip to content

Commit

Permalink
Merge pull request #379 from sionide21/wikilinks-option
Browse files Browse the repository at this point in the history
Add wikilinks option
  • Loading branch information
RobertDober committed Nov 27, 2020
2 parents 54b5fba + e728883 commit 640a2a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/earmark/options.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defmodule Earmark.Options do
smartypants: true,
footnotes: false,
footnote_offset: 1,
wikilinks: false,

# additional prefies for class of code blocks
code_class_prefix: nil,
Expand Down Expand Up @@ -46,6 +47,7 @@ defmodule Earmark.Options do
pedantic: boolean,
pure_links: boolean,
smartypants: boolean,
wikilinks: boolean,
timeout: maybe(number)
}

Expand Down

0 comments on commit 640a2a4

Please sign in to comment.