这是indexloc提供的服务,不要输入任何密码
Skip to content

Row gutter lines do not split properly across pages #23

@PgBiel

Description

@PgBiel

The post-gutter line gets duplicated.

#pagebreak(weak: true)

#v(80%)

Test gutter split between pages:

#tablex(
    columns: 3,
    auto-vlines: false,
    row-gutter: 5pt,
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    [a], [b], [c],
    hlinex(stroke: blue),
    [a], [b], [c],
    [a], [b], [c],
)

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions