Closed ralphtheninja closed 1 year ago
if we do this, I would strongly argue for github flavored markdown, it is so engrained for many people and has shown that it works across a large community
ftr: meanwhile, this seems to be pretty stable documented, include source code snippets etc. at https://commonmark.org - github, reddit, stackoverflow subscribed to this spec.
discussion is on the forum now: https://support.delta.chat/t/markdown-support-in-chat/159
we would probably do the markdown via the message parser, so discussion about the spec should go to issues there or do a direct pr to change the spec document: https://github.com/deltachat/message-parser/blob/master/spec.md
It would be nice if all applications had similar functionality for writing/interpreting formatted text.
I propose the following:
*bold*
for bold_italic_
for italiccode
Anything else?
Maybe we could pick the same type of markdown style and just pass a message text through it to generate appropriate formatting, e.g. html for desktop (not sure what's appropriate in an android or iOS context)