Spanning two columns

My version of CodiMD is: 1.6

What I expected to happen: use double pipes || to enable one column in the first row to span two columns in the second row

What actually happened:

markdown notation in the viewer

I already tried:

Entering the same number of columns in the 1st row as the second row. This works but doesn’t display the information in a clear way.

see the 4th answer to this question for double pipes usage on github
https://stackoverflow.com/questions/23571724/github-markdown-colspan

Hey bwncath,

as far as I can tell our markdown rendering lib markdown-it does not support this syntax. But there is a plugin for it. I created an issue in the frontend repo for this.