Support HTML entities in markdown fields

pull/4977/head
Chocobozzz 2022-05-02 14:14:30 +02:00
parent dd29842306
commit 42efd780a2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export const TEXT_RULES = [
'emphasis',
'link',
'newline',
'entity',
'list'
]