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>Item y

  • < ul/>

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

      < br />
    • Item x
    • < br />
    • Item y
    • < br />
    < 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:

    Note: Is there a way to add html such that the raw html is display.
    I.E. escaping the left angle bracket.

    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