Project

General

Profile

Actions

Bug #2537

closed

Quote button generates incorrect Markdown syntax

Added by Junxiao Shi over 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
High
Category:
Redmine
Start date:
Due date:
% Done:

100%

Estimated time:

Description

Steps to reproduce:

  1. open any issue on Redmine site
  2. click Quote button on either Description or an existing Note
  3. 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 #1

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.

Actions #2

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.

Actions #3

Updated by Alex Afanasyev about 9 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF