Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-01-09 | Make the `markdown` filter compatible with `String` | Jakub Stachurski | 1 | -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-30 | Upgrade to comrak 0.19 | Dirkjan Ochtman | 1 | -9/+6 | |
2022-02-07 | Add markdown filter | René Kijewski | 1 | -0/+75 | |