View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022190 | mantisbt | markdown | public | 2017-01-13 03:35 | 2022-09-03 06:09 |
Reporter | dregad | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 2.1.0 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0022190: Markdown markup should be done with CSS classes, not inline styles | ||||
Description | As per discussion in https://github.com/mantisbt/mantisbt/pull/990#issuecomment-272044046 Using classes is preferable over the current use of hardcoded inline styles, as it would make changes in design easier, and allow admins to customize the CSS should they want to. | ||||
Tags | No tags attached. | ||||
related to | 0024233 | closed | atrol | Markdown quoting rendered with broken HTML |
related to | 0022181 | assigned | joel | Markdown different rendering between inline code (single backtick) and ``` blocks |
related to | 0030919 | assigned | dregad | Markdown processing code cleanup |
child of | 0022180 | new | Markdown issues following implementation in 0017920 |
MantisBT: master 3faaae32 2022-09-03 05:54 Details Diff |
Markdown processing code cleanup, step 1 This addresses step 1 (cleanup quotings) of issue 0030919. Merge PR https://github.com/mantisbt/mantisbt/pull/1841 |
Affected Issues 0022190, 0030919 |
|
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php | Diff File | ||
mod - plugins/MantisCoreFormatting/core/MantisMarkdown.php | Diff File | ||
add - plugins/MantisCoreFormatting/files/markdown.css | Diff File | ||
mod - plugins/MantisCoreFormatting/tests/MarkdownTest.php | Diff File |