Add doc string and format
This commit is contained in:
parent
33e93de7e3
commit
d300d45f89
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user