Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unit tests: Update Markdown tests to reflect that it works. | Harald Eilertsen | 2023-06-14 | 1 | -2/+2 |
| | |||||
* | a possible fix for the nested list test | Mario | 2021-09-29 | 1 | -2/+2 |
| | |||||
* | fix markdown test | Mario | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | fix another markdown test | Mario Vavti | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | fix markdown tests | Mario Vavti | 2018-10-30 | 1 | -12/+6 |
| | |||||
* | fix html2markdown() and re-enable previously failing tests | Mario Vavti | 2018-10-30 | 1 | -4/+4 |
| | |||||
* | fix phpunit error with html2markdown test and temporary disable failing ↵ | git-marijus | 2018-10-13 | 1 | -4/+8 |
| | | | | markdown test in connection with **bold** and _italic_ (it is not clear why they fail and the code appears to work as expected) | ||||
* | :hammer::white_check_mark: Add html2markdown unit tests. | Klaus Weidenbach | 2017-05-27 | 1 | -0/+149 |
A tiny refactoring to make HTML 2 markdown conversion testable. Add some unit tests to check the behavior of the now used HTML2Markdown library. There are some differences compared to the old pixel418/markdownify library. |