djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.35k stars 215 forks source link

Remove options argument from built-in markdown filter #998

Closed djc closed 5 months ago

djc commented 5 months ago

comrak does relatively many semver-incompatible releases, and because we expose direct access to comrak::Options via the markdown filter that makes Askama semver-incompatible. Since I doubt a lot of people depend on this and it can easily a custom filter, I'd prefer to just remove the semver hazard here.

Kijewski commented 5 months ago

We removed the markdown filter in #1003, so this PR is obsolete.