mdfrier 3.0.5

A markdown parser that produces styled terminal lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: mdfrier/src/lib.rs
expression: output
---
> 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.

> Blockquotes can also be nested...
> > ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows.