Skip to content

New gap field #24

Description

@nopeslide

Introduce a new field that simply draws a gap of the specified height between two rows and a centered text.
I.e.
gap(1cm)[] or gap[] for some small default length (maybe 5pt + text height?)

If specified between two fields of the same row, draw blank fields after the previous field until the end of the row
draw the gap and in the next row start with blank fields up to the column of the field after the gap.

without gap:

bits(3)[XXX], bits(3)[OOO]
|XXXOOO|

with gap

bits(3)[XXX], gap[text], bits(3)[OOO]
|XXX   |
| text | 
|   OOO|

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions