Skip to content

jira wiki md injection using link syntax #28

@tatsmaki

Description

@tatsmaki

There is a valid link syntax format:

  1. [https://examle.com] -> <a href="https://example.com">https://example.com</a>

  2. [example|https://examle.com] -> <a href="https://example.com">example</a>

And some edge cases:

  1. [foo bar] -> <foo bar/>
  2. [iframe src="https://example.com"] -> <iframe src="https://example.com"]

basically its html injection using jira wiki markdown
I'd expect [link syntax] to not create html tags other than <a/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions