Support HTML entities in markdown fields

This commit is contained in:
Chocobozzz
2022-05-02 14:14:30 +02:00
parent dd29842306
commit 42efd780a2
+1
View File
@@ -4,6 +4,7 @@ export const TEXT_RULES = [
'emphasis',
'link',
'newline',
'entity',
'list'
]