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