Skip to content

Support escaped round brackets in markdown links #59

@dpolivaev

Description

@dpolivaev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions