Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • AsciiDoc toolkit for LabVIEW AsciiDoc toolkit for LabVIEW
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 16
    • Issues 16
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • WovalabWovalab
  • open-source projectsopen-source projects
  • AsciiDoc toolkit for LabVIEWAsciiDoc toolkit for LabVIEW
  • Issues
  • #35
Closed
Open
Issue created Jan 10, 2022 by drpmorris@drpmorris

Add support for nested tables

Asciidoc supports tables in tables, but you need to be able to specify the column separator and table beginning/end specifier (by default these are | and |=== respectively) for the nested table (according to the asciidoc docs, you change them to ! and !=== respectively). I think this could be done by adding these to the table properties when creating the table or by providing accessors that allow them to be "overwritten" in code if desired. That way no other class is required, the end user can simply modify the separators if a table is going to be rendered into a cell in another table.

Assignee
Assign to
Time tracking