nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.71k forks source link

fix: escape XML-entities in codeSyntaxHighlight plugin when language is unspecified (fix #3220) #3221

Open hexwayteam opened 5 months ago

hexwayteam commented 5 months ago

Please check if the PR fulfills these requirements

Description

Escapes code block content when code block language is not specified. Fixes https://github.com/nhn/tui.editor/issues/3220