diff options
| author | Niklas Eicker <[email protected]> | 2025-05-07 23:56:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-07 14:56:29 -0700 |
| commit | 82ff661b1a07f0b4ade4614283286ba479ddfbda (patch) | |
| tree | 2dd47980443656c6139752b067e7149a038b9dda | |
| parent | 379bc43cfae2770d8f811bf11220b265e56e8e4e (diff) | |
Mention in the docs, that typst:no-figure is a class, not an attribute (#10826)
| -rw-r--r-- | doc/typst-property-output.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/typst-property-output.md b/doc/typst-property-output.md index 112c82afc..8a1907b29 100644 --- a/doc/typst-property-output.md +++ b/doc/typst-property-output.md @@ -96,9 +96,9 @@ The following Pandoc AST elements are currently supported. More may be supported : The table is wrapped in a Typst [text element](https://typst.app/docs/reference/text/text/) with `prop` as one of its parameters. - `typst:no-figure` + `typst:no-figure` (class) - : By default, Pandoc will wrap the table in a Typst [figure element](https://typst.app/docs/reference/model/figure/). If this attribute is set, only the table element itself will be emitted. This avoids Typst's crossreference counter of kind `table` from being incremented. + : By default, Pandoc will wrap the table in a Typst [figure element](https://typst.app/docs/reference/model/figure/). If the table has this class, only the table element itself will be emitted. This avoids Typst's crossreference counter of kind `table` from being incremented. `typst:figure:kind` |
