#5540 backslash markdown escaping of opening angle bracket only partly works

unreleased
open
nobody
None
General
nobody
2015-01-14
2013-01-03
Anonymous
No

Originally created by: vampire0

https://sourceforge.net/p/forge/documentation/markdown_syntax/#md_ex_escapes says that you can escape any character that has a special meaning for Markdown with a backslash which will then vanish on rendering. This is only partly true for the opening angle bracket <. If you write <foo@bar.baz> it gets converted to a mailto: link to foo@bar.baz. IF you write \<foo@bar.baz> it gets rendered as \<foo@bar.baz>. So the escaping halfway works, the transformation to a mailto: link is not done, but the backslash is not removed. You have to write &lt;foo@bar.baz> to correctly produce the intended <foo@bar.baz>.

Related

Tickets: #4538

Discussion


Log in to post a comment.