posthtml-beautify icon indicating copy to clipboard operation
posthtml-beautify copied to clipboard

[feat]: add support attributs for tags

Open Scrum opened this issue 9 years ago • 0 comments

use browser-compat-data

export default {
    a: {
        status: [],
        attrs: ['href', 'target']
    }
}

Scrum avatar Dec 30 '16 11:12 Scrum