mirror of https://github.com/Chocobozzz/PeerTube
Support HTML entities in markdown fields
parent
dd29842306
commit
42efd780a2
|
@ -4,6 +4,7 @@ export const TEXT_RULES = [
|
||||||
'emphasis',
|
'emphasis',
|
||||||
'link',
|
'link',
|
||||||
'newline',
|
'newline',
|
||||||
|
'entity',
|
||||||
'list'
|
'list'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue