View Issue Details

IDProjectCategoryView StatusLast Update
0022181mantisbtmarkdownpublic2018-02-07 03:05
Reporterdregad Assigned Tojoel  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version2.1.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 
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