Expand description
Markdown compose: the text/html half of a draft written in markdown, the text/plain half being the draft as typed.
Mail is not a web page, so three things differ from rendering a README. Raw HTML in the draft is shown as the text it is, since “a c” in a mail is prose, not markup. A bare URL becomes a link, the way a reader of the plain half would take it. And the signature, everything below the “– “ line, keeps its lines as typed instead of being run together into a paragraph (or read as a heading underline).
Functions§
- to_html
- The whole text/html document for a markdown body.