posthtml / posthtml-beautify

A posthtml plugin to beautify you html files. Online service -

Home Page:https://posthtml.github.io/posthtml-beautify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat]: add support attributs for tags

Scrum opened this issue · comments

use browser-compat-data

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