View Issue Details

IDProjectCategoryView StatusLast Update
0024240mantisbtmarkdownpublic2019-08-27 21:39
Reporterjohgoe Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.12.1 
Summary0024240: XML in Markdown Code ist not rendered correct
Description

It seems that the behaviour of the new version of Parsedown changes.

a sample like

<xml>
  <child attribute="value></child>
</xml>

shows < and " instead of the XML

I fixed it locally by replacing < " like the & replacement

TagsNo tags attached.

Relationships

duplicate of 0024628 resolveddregad Double quotes " and lesser than sign < are shown as HTML entity within Markdown code blocks 
related to 0024233 closedatrol Markdown quoting rendered with broken HTML 
related to 0024810 resolveddregad Markdown links/code always show HTML entities for Ampersand and Less-than sign 
related to 0022545 closeddregad Markdown still converting '& amp;' to & and '& lt;' to < 

Activities

atrol

atrol

2018-04-09 17:17

developer   ~0059498

This is one of the three issues discussed in 0024233

atrol

atrol

2018-04-09 17:23

developer   ~0059500

Set Version to 2.12.1 as this is the version where the issue is introduced.

dregad

dregad

2018-04-13 09:55

developer   ~0059564

Work-in-progress attempt to fix this issue can be found in PR https://github.com/mantisbt/mantisbt/pull/1332.

Testing and feedback would be welcome.

fpigorsch

fpigorsch

2018-11-16 10:19

reporter   ~0060972

Is there any progress on this issue?