Skip to content

Commit df21296

Browse files
authored
Merge pull request #1621 from quarto-dev/sync-1620-to-prerelease
[Sync to prerelease] Update Lua filter which translates CSS properties to Typst link
2 parents 2468513 + 09d5437 commit df21296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/typst/typst-css.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ Similarly, a raw block intended for `pre` tag processing must contain a `<pre>`
9292

9393
You can add your own Lua filters to add or change the translation of CSS properties into Typst properties.
9494

95-
Consult the Pandoc documentation for [Typst property output](https://pandoc.org/typst-property-output.html) and the source of the [Lua filter which translates CSS properties to Typst](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/quarto-post/typst-css-to-props.lua).
95+
Consult the Pandoc documentation for [Typst property output](https://pandoc.org/typst-property-output.html) and the source of the [Lua filter which translates CSS properties to Typst](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/quarto-post/typst-css-property-processing.lua).
9696

97-
You can override the Typst CSS Lua filter's behavior by running your filter before it and removing CSS properties (untested). You can add support for other CSS properties by running your filter before or after the Typst CSS Lua filter.
97+
You can override the Typst CSS Lua filter's behavior by running your filter before it and removing CSS properties (untested). You can add support for other CSS properties by running your filter before or after the Typst CSS Lua filter.

0 commit comments

Comments
 (0)