Skip to content

Merged multiline cells in latex output #74

@JonasIsensee

Description

@JonasIsensee

Hi,
thank you for this neat package! :)

The docs already state that Multiline is not nestable.
Still, at least from an API perspective merge=true does not feel like nesting and it works in HTML output.
Would you consider this a bug or just not supported?

Table([
    Cell("column1") Cell("multlinecoll")
    Cell("row1") Cell(Multiline("line1","line2", "line3", "line4"); merge=true)
    Cell("row2") Cell(Multiline("line1","line2", "line3", "line4"); merge=true)
]; header = 1)

Latex

Image

html

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions