How to write lists inside a markdown table?
Yes, you can merge them using HTML. When I create tables in .md files from Github, I always like to use HTML code instead of markdown. Github Flavored Markdown supports basic HTML in .md file. So this would be the answer: Markdown mixed with HTML: | Tables | Are | Cool | | ————- |:————-:| … Read more