Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more remove additional linebreaks after block element plus test | Mario | 2024-03-25 | 1 | -0/+4 |
| | | | (cherry picked from commit 53354a19304c932beea484e387d2c9536786e258) | ||||
* | make sure we preserve linefeeds in the actual content of lists and tables ↵ | Mario | 2024-03-24 | 1 | -0/+12 |
| | | | | | also add tests (cherry picked from commit 3c0d6339bb12bd7fbf65ba7a79078e39737b4387) | ||||
* | adjust tests after recent commit | Mario | 2024-03-21 | 1 | -3/+3 |
| | |||||
* | deal with wihitespace issues in tables and lists and add tests | Mario | 2024-03-20 | 1 | -0/+12 |
| | |||||
* | fix reshares from streams loosing image | Mario | 2024-03-20 | 1 | -0/+4 |
| | |||||
* | fix unterminated entity reference error when dealing with domxpath and add a ↵ | Mario | 2024-03-06 | 1 | -0/+4 |
| | | | | test | ||||
* | Add some beginning tests for bbcode, and a bit of refactoring | Harald Eilertsen | 2024-03-01 | 1 | -0/+138 |
| | |||||
* | Add test for a paragraph with a mention and some text | Mario | 2024-02-13 | 1 | -0/+4 |
| | |||||
* | Fix: Keep indentation in html and md code blocks. | Harald Eilertsen | 2024-02-07 | 1 | -0/+8 |
| | | | | | | | Moves the logic for unwrapping broken lines in html (and Markdown) to the node processing, instead of doing it over the full html content. This allows us to skip if for code blocks (aka `<code>` elements within `<pre>` elements). | ||||
* | Fix convert code blocs from markdown/html to bbcode | Harald Eilertsen | 2024-02-06 | 1 | -0/+4 |
| | |||||
* | Fix image with alt text for html/md to bbcode | Harald Eilertsen | 2024-02-06 | 1 | -0/+46 |