No description
Find a file
Denis Kasak 42f34f749b Handle combination of strikethrough and other attributes.
Strikethrough has to be done first, before handling any other attribute,
because otherwise it doesn't render correctly.

The following changes were made:

1. When striking due to redaction, we simply strip all the other
   attributes and then do the strikethrough, because this is the only
   practical option.
2. When rendering rich text received from the server, we ensure we
   handle strikethrough first, before any other attribute.
2018-03-23 09:51:58 +01:00
matrix Handle combination of strikethrough and other attributes. 2018-03-23 09:51:58 +01:00
tests Handle combination of strikethrough and other attributes. 2018-03-23 09:51:58 +01:00
.gitignore Improve .gitignore 2018-03-19 10:22:06 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py events: Make sync event execution batched. 2018-03-19 14:55:48 +01:00
Makefile Fix tests for python2. 2018-03-18 23:31:57 +01:00
TODO.md Update TODO. 2018-03-17 00:28:53 +01:00