Hacker News new | ask | show | jobs
by _urga 2477 days ago
How about this?

  Hello
  ...
  ...
  Thanks!
3 comments

I want to have embedded links, tables and images (but only ones that are attachments), which plaintext isn't sufficient for. On the other hand, I want _only_ that, and notably they all provide a nice and obvious client-side failover for TTY software without requiring attaching a 2nd copy of the text.
HTML in email helps readability, titles, lists, tables does help the recipient.
Nothing that cannot more elegantly be solved by using MarkDown ...

... or common sense.

I don't want to parse Markdown when I read emails.

(and I don't have common sense either)

Or you could say at a plaintext email first paragraph: You have to use your own fun/gun for this, and just type in plain text.
... which is perfectly ok, because MarkDown nicely degrades to plain text.
As long as the varient of Markdown supports tables, vanilla markdown is laking in that area.
Which e-mail client can render markdown?
I take the hybrid approach:

    <b>Hello</b><br>
    ...<br>
    ...<br>
    <em>Thanks!</em>