Skip to content

Support multiple arguments in row#18

Open
bluss wants to merge 1 commit intomainfrom
multirows
Open

Support multiple arguments in row#18
bluss wants to merge 1 commit intomainfrom
multirows

Conversation

@bluss
Copy link
Copy Markdown
Member

@bluss bluss commented Mar 14, 2026

Extend row in a logical direction prompted by #16 -- accept more than one argument.

// this
row([A & B], [C], [D & E])

// is the same as this
row([A & B & C & D & E])

// and this
row(table.cell[A], [B & C])

// is the same as this
row([A & B & C])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant