Skip to content

Nanobot sends nice markdown emails - but needs to add markup=markdown to email content type header #155

@counterpoint

Description

@counterpoint

I'm chatting with my nanobot using email. The replies are nicely formatted in Markdown. But email clients don't by default render Markdown. Adding "Render Markdown Messages" to Thunderbird enables pretty output.

The problem is that if the add-on is applied to all messages, plain text is messed up. Opting to be selective stops the nice rendering of nanobot messages.

What I am seeing in the content type header is: text/plain; charset=UTF-8. It would be really helpful if it could be text/plain; charset=UTF-8; markup=markdown. Then the markdown add-on could work selectively and all would be well.

A small matter but would make a significant difference to the user experience!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions