FEATURE: Add reversed and type to allowed attributes (#14626)

This commit is contained in:
Qursch 2021-10-17 21:11:13 -04:00 committed by GitHub
parent 7c7dd2335b
commit 11763a5e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -197,7 +197,9 @@ export const DEFAULT_LIST = [
"li", "li",
"mark", "mark",
"ol", "ol",
"ol[reversed]",
"ol[start]", "ol[start]",
"ol[type]",
"p", "p",
"p[lang]", "p[lang]",
"picture", "picture",