aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorache <ache@ache.one>2020-05-08 04:25:53 +0200
committerache <ache@ache.one>2020-05-08 04:25:53 +0200
commitabd80cd6e2d61c61a7d042d7515b923dc8460d63 (patch)
treed3137c66332c16f2fbd59a0158f813dff6043b1b /dist
parentUpdate README.md (diff)
Add support for autolinks
Diffstat (limited to 'dist')
-rw-r--r--dist/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/index.js b/dist/index.js
index 3ad2d1a..447eeb1 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -12,7 +12,7 @@ var htmlElemAttr = require('html-element-attributes');
var isWhiteSpace = require('is-whitespace-character');
-var supportedElements = new Set(['link', 'atxHeading', 'strong', 'emphasis', 'deletion', 'code', 'setextHeading', 'fencedCode', 'reference', 'footnoteCall']);
+var supportedElements = new Set(['link', 'atxHeading', 'strong', 'emphasis', 'deletion', 'code', 'setextHeading', 'fencedCode', 'reference', 'footnoteCall', 'autoLink']);
var blockElements = new Set(['atxHeading', 'setextHeading']);
var particularElements = new Set(['fencedCode']);
var particularTokenize = {};