shoemate-test 0.1.7

A test package. Currently tests that katex renders properly on docs.rs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# Run with:
# cargo make docs
# cargo make doc-katex
[tasks.doc-katex]
env = { "RUSTDOCFLAGS" = "--html-in-header katex.html" }
command = "cargo"
args = ["doc", "--no-deps"]

[tasks.all]
dependencies = [
    "docs",
    "doc-katex",
]