0

How would I go about creating a table in Quarto using markdown where some text spans more than one column. Let's say I wanted to merge the "Left" and "Right" cells below.

Default Left Right
12 12 12
123 123 123
Stefan Hansen
  • 499
  • 1
  • 3
  • 16
  • Quarto uses pandoc and [pandoc markdown does not yet support colspans](https://github.com/jgm/pandoc/issues/1024#issuecomment-621955392). – shafee Feb 02 '23 at 18:30
  • @shafee: Oh, that's too bad. And there is no way to include LaTeX tables when outputting as html? – Stefan Hansen Feb 03 '23 at 08:49
  • 1
    There is a way actually. See [this answer](https://stackoverflow.com/a/74688908/10858321) – shafee Feb 03 '23 at 10:35

0 Answers0