Using Data tables inside content tabs #5767
-
Hi, I am using the content tabs. But using data tables inside content tabs will not render the table. It renders the actual text with all markdown meta characters. Example: === "foo"
Fließtext oder tabellarisch
| Header 1 | Header 2 | Header3 |
| :------: | :------- | :------- |
| 1 | Sample 1 | Sample 3 |
| 2 | Sample 2 | Sample 4 | |
Beta Was this translation helpful? Give feedback.
Answered by
facelessuser
Jul 27, 2023
Replies: 1 comment 1 reply
-
Try putting a new line between |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dvonessen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try putting a new line between
Fließtext oder tabellarisch
and the start of the table.