You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
I was going to write about it in #15 or #101, but it seems to me that the issue is with SQLite rather than HTML. The database stores plain text messages and does not preserve markup for **bold** or __italic__, does it?
The text was updated successfully, but these errors were encountered:
Yes, it does. But it also saves the raw message object in the column data(or whatever name I gave it, I'm too lazy to look it up right now). So it's not gone. I "just" have to add code to the exporter to display these styles as well...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was going to write about it in #15 or #101, but it seems to me that the issue is with SQLite rather than HTML. The database stores plain text messages and does not preserve markup for
**bold**
or__italic__
, does it?The text was updated successfully, but these errors were encountered: