Actions
Bug #2537
closedQuote button generates incorrect Markdown syntax
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Steps to reproduce:
- open any issue on Redmine site
- click Quote button on either Description or an existing Note
- click Preview link
Expected: renders as "X wrote:" followed by the original message in blockquote
Actual: renders as "X wrote: >" followed by the original message not in blockquote
Note: the snippet generated by Quote button should have a blank line between "X wrote:" and the original message in order to render correctly
Updated by Alex Afanasyev about 9 years ago
- Status changed from New to Feedback
- Assignee set to Alex Afanasyev
- Start date deleted (
02/18/2015)
This seem to be fixed in the upgraded redmine, which simply has slightly different markdown flavor that supports the "incorrect" quote.
Updated by Junxiao Shi about 9 years ago
Yes, this bug is fixed because this version of Redmine is using GitHub-flavored Markdown (GFM).
A consequence is that all existing content formatted as standard Markdown would render incorrectly, because GFM adds a <br> at every line break.
Updated by Alex Afanasyev about 9 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Actions