Markdown editing

I mostly focus on the content of the email, not the way it looks, that is why I use markdown heavily.

I use tables, code blocks and sometimes mermaid graphs.

I’m moving away from mailmate because I want to move away from MacOS, but first I need to find a mail client capable of consuming markdown as mailmate does.

How people do it here? The Insert HTML does not work for me, pasting markdown in there just becomes a “almost” a single line.

$ code
table like
this is nice

headers

more headers h4

  • and so on.
  • list.

Best regards,
Thanks.

This post is a bit older, but I’m currently looking for something similar. What we would need would be an ‘Insert as Markdown’ just as there is already an ‘Insert as HTML’.

Yes, a different editing mode would do.
You don’t need to cover all markdown style, but the ones I use are :slight_smile:

  • images to place attachments
  • code syntax. sh and things and json ```yml and alike.
  • lists
  • bullets
  • tables
  • links
  • mermaid basic diagrams

Thanks.