This question arises frequently.
There is no only markdown way to do it. We add a little html in the markdown.
1 2 3 4 5 |
| column1 | column2 | | ------------: | :------------ | | value column1 | value column2 | | second value | <ul><li>list item 1</li><li>list item 2</li></ul> | | another row | another row in second column | |