fix: allow target in markdown attrs (#1240)
This commit is contained in:
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…
Reference in New Issue
Block a user