Is it possible to create a table without a header in Markdown?
The HTML would look like this:
11条回答 深忆病人 (楼主) 2021-01-30 08:27 $ cat foo.md Key 1 | Value 1 Key 2 | Value 2 $ kramdown foo.md Key 1 Value 1 Key 2 Value 2 0 讨论(0) 查看其它11个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
$ cat foo.md Key 1 | Value 1 Key 2 | Value 2
$ kramdown foo.md Key 1 Value 1 Key 2 Value 2