View Issue Details

IDProjectCategoryView StatusLast Update
0024628mantisbtmarkdownpublic2023-04-28 19:16
Reporterzringele Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version2.12.1 
Target Version2.26.0 
Summary0024628: Double quotes " and lesser than sign < are shown as HTML entity within Markdown code blocks
Description

When Markdown option is enabled in MantisCoreFormatting plugin, HTML special chars within backticks are displayed as the corresponding entities.

  • double quote " &quot;
  • lesser than < &lt;

Same issue with code blocks

&quot; &lt;
TagsNo tags attached.

Relationships

related to 0024241 assigneddregad $g_html_valid_tags are not rendered if Markdown is enabled 
has duplicate 0025379 closedatrol Code in decription replacing html chars 
has duplicate 0023206 closeddregad Markdown shows html tags in code-block 
has duplicate 0024240 closeddregad XML in Markdown Code ist not rendered correct 
related to 0025405 closeddregad Links on summary, notes, and Details converted to other chars 
related to 0022175 closedjoel Markdown converting '<' within backticks to & lt; 
related to 0022246 closedjoel Markdown is converting '&' signs to (ampersand[amp;]) inside code block or backtick as well 
related to 0022315 assignedjoel Markdown converts " to " within code blocks and inline code 
related to 0024810 confirmed Markdown links/code always show HTML entities for Ampersand and Less-than sign 
child of 0022180 new Markdown issues following implementation in 0017920 

Activities

zringele

zringele

2018-07-24 05:42

reporter   ~0060309

& quot ; I mean

atrol

atrol

2018-07-24 05:59

developer   ~0060311

zringele,

I was not able to reproduce your problem with a fresh install of the latest stable MantisBT release (2.15.0 at the moment).

If you are running an older version, I recommend that you upgrade to the latest (download from [1]). If after doing so the problem persists, do not hesitate to reopen the issue and provide detailed step-by-step instructions to reproduce the issue; the following additional information may also be useful:

  • Exact version of MantisBT, PHP, Database, Web server, Browser and Operating System
  • Relevant customizations (e.g. changes in config_inc.php, etc)
  • Installed plugins or custom functions ?
  • Was the MantisBT source code modified in any way ?

[1] http://mantisbt.org/download.php

zringele

zringele

2018-07-24 08:14

reporter   ~0060312

Last edited: 2018-07-24 08:15

&quot;
Looks like the problem is only when using " inside a code tag like this &quot;

atrol

atrol

2018-07-24 15:06

developer   ~0060313

The PR that fixes 0024241 fixes also this issue.

dregad

dregad

2019-05-28 04:21

developer   ~0062147

Work-in-progress fix https://github.com/mantisbt/mantisbt/pull/1332

batman magumbo

batman magumbo

2021-11-09 08:30

reporter   ~0066000

This is still an issue on brand new installations of Mantis as of November 2021.

There's a plugin called Imatic Mantis Formatting that's supposed to fix the issue, but it's meant to replace the native Mantis formatting plugin, and it requires PHP 7.4 and Composer.

I was running PHP 7.1 so I wrote a simpler plugin that just run alongside the native one and patches the problem.

Here: OT Mantis Markdown Fixer. Hope that helps someone.

Dave_59

Dave_59

2022-04-01 03:11

reporter   ~0066402

This is really sad that we can't display formatted code in a bug tracking system.

printf(&quot;hello world&quot;);
avr

avr

2023-04-28 19:16

reporter   ~0067715

I switched to mantishub hosting and this issue - code blocks converting quotes and other things to HTML entities - is still persisting. Since I'm not self hosting I can't install the "OT Mantis Markdown Fixer" referenced above. Does anyone have suggestions or new workarounds for this in a hosted situation? Thank you.