Is your feature request related to a problem? Please describe.
The Markdown editor allows for quotes using >:
This is not a quote
> This is a quote
However, blockquotes are not rendered in markdown.
Describe the solution you'd like
Something like this:

this uses:
#description-preview blockquote {
padding-left: 1em;
border-left: 0.5ex solid black;
font-style: italic;
}
Describe alternatives you've considered
There are plenty of quoting styles. Any style is fine as long as it can clearly be distinguished from normal text.
this is how a quote in github looks like
Additional context
v1.0.3
Is your feature request related to a problem? Please describe.
The Markdown editor allows for quotes using
>:However, blockquotes are not rendered in markdown.
Describe the solution you'd like
Something like this:
this uses:
Describe alternatives you've considered
There are plenty of quoting styles. Any style is fine as long as it can clearly be distinguished from normal text.
Additional context
v1.0.3