Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/smoke/typst-gather/with-local/typst-gather.toml
6569 views
1
# Test config with local package
2
rootdir = "_extensions/local-format"
3
destination = "typst/packages"
4
discover = ["typst-template.typ"]
5
6
[local]
7
my-local-pkg = "local-packages/my-local-pkg"
8
9