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

Is there a limit of three nested tables? #41

@wlupton

Description

@wlupton

Is this expected? When the problem occurs, I believe that it can affect other tables in the document.

Screenshot 2023-08-09 at 14 58 43
Triple-nested tables are fine.

#tablex(
  tablex(
    tablex(
      lorem(10) 
    )
  )
)

Quadruple-nested tables don't seem to wrap correctly.

#tablex(
  tablex(
    tablex(
      tablex(
        lorem(20) 
      )
    )
  )
)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions