#3709 [UI/UX - 5.0+] More distinguished Markdown blockquotes
Closed: Fixed Opened by jflory7.

Problem

Markdown blockquotes are difficult to make out in a comment (which makes readability harder)

Analysis

I think it may have lost its indention in Pagure 5.0+. Something to make it more distinguished from original text would separate it better.

Implementation

  • Add slightly different shade of gray as blockquote background color?
  • Indent blockquotes more?
  • Use italics on blockquotes?

<!!image>


Example of difficult separation of blockquotes from original comment

Example of difficult separation of blockquotes from original comment.

Metadata Update from @pingou:
- Issue set to the milestone: 5.1
- Issue tagged with: Artwork, bug, easyfix

yes please. This makes it impossible to "reply inline" and have people actually decipher the conversation properly.

Relates #3787

Commit bda752c3 fixes this issue

Huzzah. :tada: Looking forward to seeing this one in the next release, thanks!

Metadata