View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022204 | mantisbt | markdown | public | 2017-01-15 16:37 | 2017-01-31 04:02 |
| Reporter | badfiles | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0.0 | ||||
| Target Version | 2.1.0 | Fixed in Version | 2.1.0 | ||
| Summary | 0022204: News headlines are parsed with markdown, though they should not be | ||||
| Description | Markdown ON:
Markdown OFF: | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
@joel see attached screenshot (from main_page.php, with $g_news_enabled = ON) for illustration of what this issue is about. |
|
|
Thanks @dregad, I think its because headlines is being process with the text Mantis Core Formatting plugin, since Markdown is part of it.
solution: (remove the string_display_links helper) |
|
|
We can do it by tweaking the css as well without altering the code. |
|
|
Ok, here is the PR for this issue https://github.com/mantisbt/mantisbt/pull/1003 |
|