Open Andrei-Pozolotin opened 7 years ago
@Andrei-Pozolotin, Can you please switch to the original plugin https://github.com/walokra/markdown-page-generator-plugin because it was recently migrated to flexmark-java so there is no longer a need for me to maintain a separate fork.
The flexmark-java library used for parsing and rendering the HTML for your markdown sample does generate the correct HTML with properly escaped special characters.
Beyond this I am a neophyte and it would be best to raise the issue with the original plugin developer since my maven skills are very limited.
the following
md
:is translated into
html
:and it fails html validation, since tags are not escaped
is there a way to escape html tags? inject
CDATA
? or apply filter? thank you.