aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/markdown.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-09Make the `markdown` filter compatible with `String`Libravatar Jakub Stachurski1-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
2023-11-30Upgrade to comrak 0.19Libravatar Dirkjan Ochtman1-9/+6
2022-02-07Add markdown filterLibravatar René Kijewski1-0/+75