Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |