forked from FokkeZB/J2M
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
There is a valid link syntax format:
-
[https://examle.com] ->
<a href="https://example.com">https://example.com</a> -
[example|https://examle.com] ->
<a href="https://example.com">example</a>
And some edge cases:
- [foo bar] ->
<foo bar/> - [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/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels