View Issue Details

IDProjectCategoryView StatusLast Update
0028138mantisbtmarkdownpublic2021-03-30 06:57
ReporterJRHeisey Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0028138: notes feature: allowable html tags are post fixed with a closed br tag
Description

I don't know what Category is most appropriate for a 'notes' issue.
Note: Is there a way to add html such that the raw html is display.
I.E. escaping the left angle bracket.

When I use a unordered list in a note :

< ul>
< li>Item x<li />
< li>Item y<li />
< ul/>

It gets rendered with a closed br tag on each line:

<ul>< br />
<li>Item x</li>< br />
<li>Item y</li>< br />
</ul>< br />

TagsNo tags attached.

Activities

JRHeisey

JRHeisey

2021-03-29 19:00

reporter   ~0065306

Last edited: 2021-03-29 19:00

In the above statement Ignore:
<b>
Note: Is there a way to add html such that the raw html is display.
I.E. escaping the left angle bracket.
<b />
It took me a little while to figure out to use an entity for a left angle bracket.

dregad

dregad

2021-03-30 06:16

developer   ~0065309

Note: Is there a way to add html such that the raw html is display.

In theory you should be able to use Markdown back-tick ``` for that purpose, but there is unfortunately a known issue with the way this is rendered, see 0024628