tab-positions

The start positions for each tabulators. Defaults to default-tab-interval if not given. See tab-alignments for the text alignment of a tabulator. This setting is currently only applied to code blocks.

Availability

Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell

Type

Array

Default value

None.

Inherited

Yes.

Example

block-code {
  tab-positions:    [4em, 8em, 12em, 16em]
  tab-alignments:   [right, left, left, left]
}