No description
Find a file
Denis Kasak a8ea6504e9 Fix parsing of unclosed Markdown delimiters.
Always append the last segment of the message with default attributes.
This prevents unclosed Markdown delimiters from starting Markdown
effects (for instance, `*foobar` won't display "foobar" as
emphasized/italicised).

Markdown parsing is still half-broken as it isn't a proper Markdown
parser, but this improves the situation somewhat.
2019-01-15 14:15:23 +01:00
contrib matrix: Add initial upload support. 2019-01-13 12:33:25 +01:00
matrix Fix parsing of unclosed Markdown delimiters. 2019-01-15 14:15:23 +01:00
tests tests: Add initial buffer tests. 2018-11-07 13:50:55 +01:00
.gitignore Update gitignore. 2018-11-23 18:39:03 +01:00
.pylintrc matrix: Style fixes and cleanup. 2018-08-29 19:42:44 +02:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py matrix: Add initial upload support. 2019-01-13 12:33:25 +01:00
Makefile Makefile: Add typecheck target. 2018-09-12 20:13:32 +02:00
TODO.md Update TODO. 2018-03-17 00:28:53 +01:00