Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All URLs starting with file: are parsed into hashtags. . #143

Open
jellyterra opened this issue Jan 7, 2024 · 0 comments
Open

All URLs starting with file: are parsed into hashtags. . #143

jellyterra opened this issue Jan 7, 2024 · 0 comments

Comments

@jellyterra
Copy link

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()

Screenshot_20240107_043230

If it is designed for security, how to bypass it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant