askama-markdown-cmark 0.4.0

Askama filter for markdown, using pulldown-cmark.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
default:
    just --list

example:
    cargo run --example example

check:
    cargo test
    cargo check
    cargo fmt
    cargo clippy
    cargo outdated -R

copy-doctest:
    cat src/lib.rs | grep "///" | cut -d'/' -f4- | cut -d' ' -f2- > README.md