mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FEATURE: Add reversed and type to allowed attributes (#14626)
This commit is contained in:
parent
7c7dd2335b
commit
11763a5e8d
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user