aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_render_blocks.py
Commit message (Collapse)AuthorAgeFilesLines
* Only reset foreground color in with_color functionTrygve Aaberge2024-02-191-3/+3
| | | | | | | The with_color helper is usually used to set only the foreground color (currently all usages), so by only reseting the foreground we keep any existing background color. This fixes the default background on the current buffer in the buflist for muted conversations.
* Make URL format configurableTrygve Aaberge2024-02-181-2/+4
|
* Support color rich text elementsTrygve Aaberge2024-02-181-0/+15
|
* Add tests for attachments and fix rendering bugsTrygve Aaberge2024-02-181-1/+1
|
* Apply code block styles firstTrygve Aaberge2024-02-181-0/+56
| | | | | | | It looks better to have the `` characters around the other styles when there's styling inside code blocks. It makes it look a bit worse when theres code blocks inside styled text though. It should really remember the order the styles are opened to close them in the correct order.
* Add render blocks tests from old versionTrygve Aaberge2024-02-181-0/+384