-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
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
html
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on

