From 0c4cd840a002791ebc23ef5b95ee585cef98e47e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 4 Sep 2019 11:44:04 -0400 Subject: [PATCH] fix: added comment back --- src/posts/parse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posts/parse.js b/src/posts/parse.js index f4c110623f..3ab61b3d57 100644 --- a/src/posts/parse.js +++ b/src/posts/parse.js @@ -115,6 +115,7 @@ module.exports = function (Posts) { sanitizeConfig.allowedAttributes[tag] = _.union(sanitizeConfig.allowedAttributes[tag], sanitizeConfig.globalAttributes); }); + // Some plugins might need to adjust or whitelist their own tags... sanitizeConfig = await plugins.fireHook('filter:sanitize.config', sanitizeConfig); };