View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022246 | mantisbt | markdown | public | 2017-01-25 03:36 | 2019-05-28 04:19 |
| Reporter | joel | Assigned To | joel | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.1.0 | ||||
| Target Version | 2.2.1 | Fixed in Version | 2.2.1 | ||
| Summary | 0022246: Markdown is converting '&' signs to (ampersand[amp;]) inside code block or backtick as well | ||||
| Description | Markdown is converting '&' signs to actual Entity Name inside the code block | ||||
| Steps To Reproduce | & without backtick & in backtick: | ||||
| Tags | No tags attached. | ||||
| related to | 0024628 | closed | dregad | Double quotes " and lesser than sign < are shown as HTML entity within Markdown code blocks |
| has duplicate | 0022242 | closed | dregad | Markdown converting '&' within links to '&' |
| related to | 0022315 | closed | dregad | Markdown converts " to " within code blocks and inline code |
| related to | 0022545 | closed | dregad | Markdown still converting '& amp;' to & and '& lt;' to < |
| child of | 0022180 | new | Markdown issues following implementation in 0017920 |
|
MantisBT: master-2.2 06d744ed 2017-02-24 16:42 Joel C. Llano Committer: dregad Details Diff |
Fix markdown converting '&' signs to '&' This happens inside the code block and 'a' inline element Moved logic removing the html entity '&' from MantisCoreFormattingPlugin into MantisMarkdown Extention and added comments to explain the custom logic method. Fixes 0022246 Signed-off-by: Damien Regad <dregad@mantisbt.org> |
Affected Issues 0022246 |
|
| mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php | Diff File | ||
| mod - plugins/MantisCoreFormatting/core/MantisMarkdown.php | Diff File | ||