From fa73d6accd067d4151b71f124ed939da15097abf Mon Sep 17 00:00:00 2001 From: Charlie <66449124+charlie-cadmv@users.noreply.github.com> Date: Thu, 26 Jan 2023 00:07:49 -0800 Subject: [PATCH] Clarify that Markdown only works for html_body (#151) [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea2f940..8b2278c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Some features: - plain text body - HTML body - multipart body (plain text + HTML) -- Markdown to HTML converting +- Markdown to HTML converting (use `html_body`, not `body`) - file attachments (supports globbing)