Markdown 的扩展语法 table 中,怎么让 table 里的内容换行?


markdown 的扩展语法 MultiMarkdown 支持 table,写法是:


 | 短内容 | 长内容长内容需要换行需要换行长内容 | 短内容 |

那么,中间这个内容想换行,有什么好方法吗?(除了写纯 html 的 <table>

markdown table

沙盤上的痕跡 10 years, 9 months ago

如果是 github flavor 这种扩展语法,可以用 <br> ,也就是插入 html 来解决问题。

貌似 markdown 语法并没有什么办法解决这个问题。

彻斯鲁·梅耶 answered 10 years, 9 months ago

Your Answer