aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/markdown.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the `markdown` filter compatible with `String`Libravatar Jakub Stachurski2024-01-091-0/+18
| | | | | | | | | | | | | | | | | This commit solves issue #719. This is done by making the markdown filter borrow the string and simplifying the filter to accept `&str` instead of `AsRef<str>` Add test for the markdown filter using as input Revert markdown filter changes Revert unnecessary changes Improve test_markdown_owned_string test Use cargo fmt
* Upgrade to comrak 0.19Libravatar Dirkjan Ochtman2023-11-301-9/+6
|
* Add markdown filterLibravatar René Kijewski2022-02-071-0/+75