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 |
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 |