fix: &npsp; breaks highlight

This commit is contained in:
Hongbo Wu
2023-05-18 16:50:49 +08:00
parent 5c71b59025
commit 2bf932cbdc

View File

@ -501,6 +501,7 @@ export const highlightTranslators: TranslatorConfigObject = {
return {
prefix: '==',
postfix: '==',
content: node.innerHTML.trim(),
}
},
}