#3787 More distinguished Markdown blockquotes
Merged by pingou. Opened by lenkaseg.
Unknown source master

Download 3787.patch

Fixes #3709

I added a blockquote separator.

Could you share a screenshot?

blockquote with border separation

I noticed there is no difference between single quotes and nested quotes. Maybe it would be nice to add the "nesting" (or how is it called), so it would look like this:

nested_blockquotes

I have to fix one test.

Got it working locally, neat! :)

I noticed there is no difference between single quotes and nested quotes. Maybe it would be nice to add the "nesting" (or how is it called), so it would look like this

That's how it works for me, keep an empty line in between the nesting for example:

> > test 2
> test 1
test 0

Going to merge this manually to save you a rebase :)

Commit bda752c3 fixes this pull-request

Pull-Request has been merged by pingou

Thanks :)
There is still this test failing I didn't fix: test_pagure_flask_ui_issues_templates.py

Metadata