deltachat / message-parser

Parsing of Links, Email adresses, simple text formatting (markdown subset), user mentions, hashtags and more in DeltaChat messages.
https://deltachat.github.io/message-parser/
Other
12 stars 2 forks source link

Provide source in elements #43

Open Simon-Laux opened 1 year ago

Simon-Laux commented 1 year ago

So implementations can just take the source if they do not support the new element and display it as text.

Simon-Laux commented 11 months ago

maybe problematic with markdown where you can have bold elements like links, so **https://delta.chat** would not be linkify-ed if markdown parsing is enabled and the ui has not implemented the bold element.

WofWca commented 6 months ago

By "source" you mean the text that an element was parsed from?

Simon-Laux commented 6 months ago

By "source" you mean the text that an element was parsed from?

yes, that is the idea