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

Support escaped round brackets in markdown links #59

Open
dpolivaev opened this issue May 23, 2024 · 0 comments
Open

Support escaped round brackets in markdown links #59

dpolivaev opened this issue May 23, 2024 · 0 comments

Comments

@dpolivaev
Copy link

If round brackets are contained in the links, there are different ways of entering them in markdown. They are discussed at https://stackoverflow.com/questions/13824669/how-do-you-write-a-link-containing-a-closing-bracket-in-markdown-syntax.

[Syntax](http://en.wikipedia.org/wiki/Syntax_\(programming_languages\))
[Syntax](<https://en.wikipedia.org/wiki/Slowloris_(computer_security)>)
[Syntax](http://en.wikipedia.org/wiki/Syntax_%28programming_languages%29)

Currently markedj seems to support only the third way. It would be nice if also the other ways could be supported.

Related: freeplane/freeplane#1847

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

No branches or pull requests

1 participant