Page 1 of 1

MantisBT Formatting: Markdown ignores HTML tags

Posted: 01 Jul 2020, 11:36
by Duke
Please help!

MantisBT 2.24.1
MantisBT Formatting Configuration: All options ON

Markdown works, but HTML tags are ignored (<b> tag is ignored):

Sample:
<b>this will be bold</b>
you should escape &lt;unknown&gt; tags
&copy; special entities work
&amp;copy; if you want to escape it

Output:
<b>this will be bold</b>
you should escape <unknown> tags
© special entities work
&copy; if you want to escape it

Re: MantisBT Formatting: Markdown ignores HTML tags

Posted: 01 Jul 2020, 17:52
by atrol

Re: MantisBT Formatting: Markdown ignores HTML tags

Posted: 01 Jul 2020, 21:09
by Starbuck
Yes, old and ongoing very painful issue.