View Issue Details

IDProjectCategoryView StatusLast Update
0022181mantisbtmarkdownpublic2024-04-14 07:30
Reporterdregad Assigned Tocommunity  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.1.0 
Target Version2.27.0Fixed in Version2.27.0 
Summary0022181: Markdown different rendering between inline code (single backtick) and ``` blocks
Description

Single backtick currently renders with red text.

Code blocks are styled with

black text

They should use the same style (suggest to use the ``` style for both).

TagsNo tags attached.
Attached Files

Relationships

related to 0022190 closedcommunity Markdown markup should be done with CSS classes, not inline styles 
related to 0022485 resolvedcommunity Increase spacing before ``` blocks 
child of 0022180 new Markdown issues following implementation in 0017920 

Activities

joel

joel

2017-01-17 06:15

developer   ~0055182

Github behaved the same way as it is, the only difference is the styling i think (our css styled it with red color).

joel

joel

2017-01-24 07:29

developer   ~0055284

PR: https://github.com/mantisbt/mantisbt/pull/1004/commits/012ad01f265b368d76494436a558c9f7738bf872

dregad

dregad

2017-01-24 09:10

developer   ~0055292

I checked the referenced commit, but it still renders backtick quotes (-> code tag) differently than ``` (-> pre + code tag), the text color is not the same, and pre has a border line (from pre's css).

joel

joel

2017-01-25 02:01

developer   ~0055307

OK, I've updated the PR.

joel

joel

2017-01-25 02:07

developer   ~0055308

What do you think guys in the notes background?

joel

joel

2017-03-14 01:57

developer   ~0056070

This the PR https://github.com/mantisbt/mantisbt/pull/1004

dregad

dregad

2024-04-05 07:34

developer   ~0068792

PR https://github.com/mantisbt/mantisbt/pull/1987

Related Changesets

MantisBT: master 47ef2e6e

2024-04-07 04:42

grummbeer

Committer: community


Details Diff
Equalize the appearance of inline code and code blocks

Fixes 0022181 0022485, PR https://github.com/mantisbt/mantisbt/pull/1987
Affected Issues
0022181, 0022485
mod - plugins/MantisCoreFormatting/files/markdown.css Diff File