CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
70 stars 68 forks source link

Multiline quote does not line break as expected #1211

Closed clarence-chew closed 7 months ago

clarence-chew commented 11 months ago

Describe the bug CATcher did not allow users to control the line breaking of quotes. This would hinder a reasonable user who intends to use the quote feature.

To Reproduce Steps to reproduce the behavior:

  1. Make a new issue.
  2. Type the following in the body
    
    > yes
    > no quote

quote

not a quote? quote


3. View result in CATcher and Github.

Expected behavior The two quotes look similar.

Screenshots On CATcher image On Github image

Desktop (please complete the following information):

nknguyenhc commented 7 months ago

Thanks for your bug report! With the latest change on the parser, as in #1241, this bug should have been fixed.