【问题标题】:Is there a way to use semantic linefeeds in markdown tables?有没有办法在降价表中使用语义换行符?
【发布时间】:2021-04-03 18:34:00
【问题描述】:

我想在编写表格markdown时使用semanticlinefeeds,这样每个单元格都可以出现在自己的行上。

例如,如果我有这张桌子:

|         | Column One | Column Two | Column Three |
|---------|------------|------------|--------------|
| Row One | Cell One   | Cell Two   | Cell Three   |
| Row Two | Cell Four  | Cell Five  | Cell Six     |

假设每个单元格的内容可能是一个完整的句子,我可能想这样写:

|         | Column One | Column Two | Column Three |
|---------|------------|------------|--------------|
| Row One
  | Cell One
  | Cell Two
  | Cell Three
| Row Two
  | Cell Four
  | Cell Five
  | Cell Six

在 GitHub Flavored Markdown 中,除了编写原始 HTML 标签之外,还有什么方法可以将单行的单元格分成多行?

【问题讨论】:

标签: html-table markdown github-flavored-markdown


【解决方案1】:

好主意,但不幸的是 GitHub's support for tables in Markdown 不支持。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-07-03
    • 2012-07-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-06-05
    相关资源
    最近更新 更多