misterjtc
(Jordan Cook)
1
我试图在 Discourse 帖子中制作一些花哨的表格,但似乎无法成功。简而言之,我想合并一些单元格,以便将多个单元格放置在其他单元格下方或类似操作。这可行吗?
这是我的语法:
| | Grouping ||
First Header | Second Header | Third Header |
------------ | :-----------: | -----------: |
Content | Long Cell ||
Content | Cell | Cell |
这是我得到的结果:
| | Grouping ||
| First Header |
Second Header |
Third Header |
| Content |
Long Cell |
|
| Content |
Cell |
Cell |
这是我想要实现的效果:
任何建议都将不胜感激!
moggleif
(Morgan Johansson)
2
这看起来像是从 multimarkdown 示例中复制粘贴的。
我认为 Discourse 使用的是 markdown.it。因此在 Discourse 中无法实现。
我正在寻找一种解决方案来合并论坛中的表格单元格,以优化显示界面,并允许在表格中添加图片。然后我找到了 jekyll-spaceship 的介绍
链接:https://stackoverflow.com/questions/46621765/can-i-merge-table-rows-in-markdown
那么有人已经将其集成到 discourse 的核心了吗?还没有吗?
1 个赞
Canapin
(Coin-coin le Canapin)
4
2 个赞
谢谢,我将参考该类别功能中的文章示例以获得明确的建议。
system
(system)
关闭
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.