aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {