Commit 46630e16 authored by NGPixel's avatar NGPixel

fix: allow target in markdown attrs (#1240)

parent 70c3fc77
......@@ -31,7 +31,7 @@ module.exports = {
})
mkdown.use(mdAttrs, {
allowedAttributes: ['id', 'class']
allowedAttributes: ['id', 'class', 'target']
})
for (let child of this.children) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment