weechat-matrix/tests
Tom Smeding 170c5811a3
Better half-markdown (#202)
Better half-markdown.

This fixes some issues with the current semi-markdown-parser to make life easier until a full markdown parser is implemented.

Changes:
- A * that would normally start italics but isn't matched by a closing *, is now left alone.
- A ` that would normally start a code block but isn't matched by a closing `, is now left alone.
- Backslashes should work as expected.
- Support for **bold** and the alternative _italic_ style.
2020-05-31 12:09:29 +00:00
..
buffer_test.py commands: Change the way the redact command parses it's arguments. 2019-09-11 12:24:12 +02:00
color_test.py Better half-markdown (#202) 2020-05-31 12:09:29 +00:00
http_parser_test.py Remove stray print. 2018-03-24 14:40:03 +01:00
server_test.py tests: Fix server tests. 2019-07-03 21:20:07 +02:00