You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the code that I use to translate Markdown into HTML:
val flavour =CommonMarkFlavourDescriptor()
val parsedTree =MarkdownParser(flavour).buildMarkdownTreeFromString(markdown)
val html =HtmlGenerator(markdown, parsedTree, flavour).generateHtml()
If it is designed for security, how to bypass it?
The text was updated successfully, but these errors were encountered:
Here is the code that I use to translate Markdown into HTML:
If it is designed for security, how to bypass it?
The text was updated successfully, but these errors were encountered: