Although a minor issue, It might be worth improving the overall styling of the blockquotes within the markdown editor. For example, if you use the following markdown:
> Blockquotes are very handy in email to emulate reply text.
> This line is part of the same quote.
Quote break.
> This is a very long line that will still be quoted properly when it wraps. Oh boy, let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.
It will show as:
however, it would be clearer that it is a quote if it displayed something similar to this:
Although a minor issue, It might be worth improving the overall styling of the blockquotes within the markdown editor. For example, if you use the following markdown:
It will show as:
however, it would be clearer that it is a quote if it displayed something similar to this:
This could be achieved with the following CSS:
In addition to the above CSS, the font-size assigned to
<blockquote>
should also be adjusted to that of the<p>