fix: allow target in markdown attrs (#1240)

pull/1251/head
NGPixel 5 years ago
parent 70c3fc775e
commit 46630e1638

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

Loading…
Cancel
Save