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
Actions