-
It would be great to have a solution to display complex nested tables using either a markdown like syntax or, as a workaround, to allow html tables Markdown tables do not support formatting (color, borders, nested), same for csv, and playing with stacks/containers is a bit overkill..... Any idea or suggestion ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @jmtemmos, Quarkdown may support advanced table configurations in the future. In the meantime you could exploit HTML tables by calling the |
Beta Was this translation helpful? Give feedback.
Hi @jmtemmos, Quarkdown may support advanced table configurations in the future. In the meantime you could exploit HTML tables by calling the
.html
function. The wiki page explains why HTML is not parsed automatically out of the box like standard Markdown expects.