We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb781d commit fb2dd27Copy full SHA for fb2dd27
tests/docs/smoke-all/2025/12/05/typst-path-api.lua
@@ -1,7 +1,5 @@
1
-function typst_path()
2
- return quarto.paths.typst()
+function Pandoc(doc)
+ if quarto.paths.typst() == nil then
3
+ crash()
4
+ end
5
end
-
-return {
6
- ["typst"] = typst_path
7
-}
tests/docs/smoke-all/2025/12/05/typst-path-api.qmd
@@ -1,12 +1,7 @@
---
format: html
-shortcodes:
+filters:
- typst-path-api.lua
-_quarto:
- tests:
- html:
8
- ensureFileRegexMatches:
9
- - ["<p>The Typst path is <code>.+typst</code>.</p>"]
10
11
12
-The Typst path is `{{< typst >}}`.
+The Typst path is accessible.
0 commit comments