# Example Mail
Here is an example mail to demonstrate `format=flowed` text produced by
[`pulldown-cmark-to-flowed`]. The format has two main advantages:
1. It allows your client to match text to the screen width
2. When quoting text in your response, you avoid the awkward newlines that
get introduced when adding the `>` to the front of the line, but keeping
the line length under the 78 characters recommended in the mail spec.
[`pulldown-cmark-to-flowed`]: https://codeberg.org/proto-x/pulldown-cmark-to-flowed
> Hey, quick question: Could you send me an example mail with `format=flowed`?