View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022181 | mantisbt | markdown | public | 2017-01-12 07:28 | 2024-09-29 13:15 |
Reporter | dregad | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 2.1.0 | ||||
Target Version | 2.27.0 | Fixed in Version | 2.27.0 | ||
Summary | 0022181: Markdown different rendering between inline code (single backtick) and ``` blocks | ||||
Description | Single backtick currently renders with Code blocks are styled with
They should use the same style (suggest to use the ``` style for both). | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Github behaved the same way as it is, the only difference is the styling i think (our css styled it with red color).
|
|
PR: https://github.com/mantisbt/mantisbt/pull/1004/commits/012ad01f265b368d76494436a558c9f7738bf872 |
|
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). |
|
OK, I've updated the PR. |
|
What do you think guys in the notes background? |
|
This the PR https://github.com/mantisbt/mantisbt/pull/1004 |
|
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 |