aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-19 01:27:17 +0200
committerache <ache@ache.one>2018-05-19 01:27:17 +0200
commit18e534aa4e201eeeaa7c1475fd126730b61e5ce6 (patch)
treee9a7e32d7886d19251a974c97d9723b1765639dc
parentFix dangerous DOM event handlers (diff)
Add SUPPORTED_ELEMENTS
-rw-r--r--index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js
index a62164b..5dea736 100644
--- a/index.js
+++ b/index.js
@@ -147,6 +147,8 @@ function filterAttributes(prop, config, type) {
return prop;
}
+remarkAttr.SUPPORTED_ELEMENTS = supportedElements;
+
module.exports = remarkAttr;
function remarkAttr(userConfig) {