Files
pandoc/test/command
Gordon Woodhull 99a45917ac Typst writer: property output (#9648)
The Typst writer will pass on specially marked attributes as raw Typst
parameters on selected elements. This allows extensive customization
using filters.

An attribute with key `typst:PROP` will set the PROP parameter on
the corresponding Typst element.

An attribute with key `typst:text:PROP` will set a parameter on a Typst
`#set text()` rule or a text element.

The feature has been implemented for the following elements:

* span text
* div and div text
* table and table text
* table cell and table cell text

It would be possible to support more elements in the future.

A separate document has been added that provides extensive
documentation and examples of the use of this feature.
2024-04-15 09:32:32 -07:00
..
2024-02-03 22:19:29 -08:00
2024-01-23 14:13:51 -08:00
2024-02-29 12:48:27 -08:00
2023-12-30 22:09:13 -07:00
2024-01-29 10:53:51 -08:00
2024-02-29 12:48:27 -08:00
2024-02-29 12:48:27 -08:00
2024-02-28 11:31:05 -08:00
2024-03-10 11:42:40 -07:00