topcoder-platform / community-app

React webapp for serving Topcoder Community
125 stars 216 forks source link

Community App- Inconsistent block quotes #6915

Closed jmgasper closed 8 months ago

jmgasper commented 9 months ago

REF: PROD-43

Block quotes added to a spec in Work Manager are rendering differently, depending on how they were added. We need all of them to render as the first in the image below, with the green bar to the left:

image-20230918-042445

suppermancool commented 9 months ago

@jmgasper I can not reproduce the above issue. Can you provide the raw content of the above challenge?

jmgasper commented 9 months ago

@suppermancool - Sure, working on it. QA reported this, so I've reached out to them.

suppermancool commented 9 months ago

@jmgasper In your screenshot the second and third blocks look like Code blocks, not quote blocks.

jmgasper commented 9 months ago

@suppermancool - See attached/. The third block was mistakenly a code block, so it can be ignored.

blockquote.txt

Updated screenshot:

image-20230925-021822

suppermancool commented 9 months ago

@jmgasper In the provided text the second block starts with the tab key. In Mardown tab key is used for code block, not quotes block. I can implement this but this will look confusing for anyone that familiar to markdown format

suppermancool commented 9 months ago

@jmgasper ANW this done in community-app-issue-6915.patch

jmgasper commented 9 months ago

Ok, thanks. I'll discuss with the team.