From 18e534aa4e201eeeaa7c1475fd126730b61e5ce6 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 19 May 2018 01:27:17 +0200 Subject: Add SUPPORTED_ELEMENTS --- index.js | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3