Browse Source

fix markdown

merge-requests/1/head
Egor Kislitsyn 5 years ago
parent
commit
8ec0c74b3a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/auto_linker.ex

+ 2
- 2
lib/auto_linker.ex View File

@ -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…
Cancel
Save