fix markdown
This commit is contained in:
parent
48f87d44cf
commit
8ec0c74b3a
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ defmodule AutoLinker do
|
|||
* `strip_prefix: true` - Strip the scheme prefix
|
||||
* `exclude_class: false` - Set to a class name when you don't want urls auto linked in the html of the give class
|
||||
* `exclude_id: false` - Set to an element id when you don't want urls auto linked in the html of the give element
|
||||
* `exclude_patterns: ["```"] - Don't link anything between the the pattern
|
||||
* `exclude_patterns: ["```"]` - Don't link anything between the the pattern
|
||||
* `markdown: false` - link markdown style links
|
||||
|
||||
Each of the above options can be specified when calling `link(text, opts)`
|
||||
or can be set in the `:auto_linker's configuration. For example:
|
||||
or can be set in the `:auto_linker`'s configuration. For example:
|
||||
|
||||
config :auto_linker,
|
||||
class: false,
|
||||
|
|
Loading…
Reference in a new issue