fix(markdown): conceal nbsp entity as space (#6778)

This commit is contained in:
Jannik Buhr 2024-06-17 11:04:00 +02:00 committed by GitHub
parent 382c80b575
commit f7edd3f5f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@
; Replace common HTML entities.
((entity_reference) @character.special
(#eq? @character.special " ")
(#set! conceal ""))
(#set! conceal " "))
((entity_reference) @character.special
(#eq? @character.special "<")