pulldown-cmark-to-flowed 0.1.0

Convert Markdown to Plain Text with format=flowed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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`?