djc / askama

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

Re-export comrak for version matching. #993

Closed Zethtren closed 5 months ago

Zethtren commented 5 months ago

Just added a feature gated re-export so comrak will be accesible via askama::comrak::{}; instead of having to install the correct version.

(This is my first time re-exporting so please deny if I'm incorrect).

Kijewski commented 5 months ago

Thank you for your work! In #1003 we decided to remove the built-in markdown filter, so this PR is obsolete.