fix: allow target in markdown attrs (#1240)

This commit is contained in:
NGPixel 2019-11-21 22:32:12 -05:00
parent 70c3fc775e
commit 46630e1638

View File

@ -31,7 +31,7 @@ module.exports = {
}) })
mkdown.use(mdAttrs, { mkdown.use(mdAttrs, {
allowedAttributes: ['id', 'class'] allowedAttributes: ['id', 'class', 'target']
}) })
for (let child of this.children) { for (let child of this.children) {