Field lists¶
Details¶
Field lists often are used as attributes list of classes.of classes.of classes. Therefore rst2typst translates field lists into tables.
Examples¶
Simple usage¶
NOTE: This is to render as field list.
:Ligature: A merged glyph.
:Kerning: A spacing adjustment
between two adjacent letters.
NOTE: This is to render as field list.
#table(
columns: (1fr, auto),
[Ligature],
[A merged glyph.],
[Kerning],
[A spacing adjustment
between two adjacent letters.],
)
References¶
Docutils:
Typst: