Multilinetables in Markdown or as an extension #5765
-
Hi, I have a question and before I open an issue I wanted to ask here. Asciidoctor does have such a function and because of it's format, it is very easy to write huge tables with lots of content inside a single cell. Markdown example: Multiline Text Table
===================
| Column 1 | Column 2 | Column 3 |
| --------------------------------- | --------------------------- | ----------------------------------------- |
| First line of text | This is a single line of text | Line 1 of text<br>Line 2 of text<br>Line 3 of text<br>Line 4 of text |
| Text in the first column<br>More text in the first column | First line of text<br>Second line of text | Just a single line |
| Multiline<br>Text<br>Here | Another line of text | Line 1 of text<br>Line 2 of text<br>Line 3 of text |
Asciidoctor example:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I guess this is sort of a duplicate of #5677 |
Beta Was this translation helpful? Give feedback.
I guess this is sort of a duplicate of #5677