calepin 0.0.4

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
<div class="calepin-html-embed" markdown="0">
{% for style in styles -%}
<style>
{{ style.css }}
</style>
{% endfor -%}
{{ body }}
</div>