Add doc string and format

This commit is contained in:
Jeremy Dormitzer 2020-04-23 17:12:24 -04:00
parent 33e93de7e3
commit d300d45f89

View File

@ -3767,6 +3767,9 @@ Support sending rich-text emails via Markdown:
"<#/multipart>\n"))
(defun convert-message-to-markdown ()
"Convert the message in the current buffer to a multipart HTML email.
The HTML is rendered by treating the message content as Markdown."
(interactive)
(unless (executable-find "pandoc")
(error "Pandoc not found, unable to convert message"))