Preserve links
In markdown and HTML, we can define links in the following ways:
Tag | Type | Syntax |
---|---|---|
Link | Markdown | [link text](link/url "link title") |
Link | HTML | <a href="link/url>link text</a> |
We should preserve markdown / HTML style when any of these styles are used. Meaning, when the comment/page is saved, the original style of formatting is preserved.
Edited by Himanshu Kapoor