mattermost/mattermost

Markdown table inside list item is not rendered

Open

#20,993 建立於 2022年9月11日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)TypeScript (32,880 star) (7,823 fork)batch import
Help Wanted

描述

Input:

- See table below
  | First Header  | Second Header |
  | ------------- | ------------- |
  | Content Cell  | Content Cell |
  | Content Cell  | Content Cell |
- Second item

Expected output:

  • See table below
    First Header Second Header
    Content Cell Content Cell
    Content Cell Content Cell
  • Second item

Actual output:

image

Since you support GFM style tables, I'd expect this aspect of GFM supported as well.

Using Mattermost 7.1.2

貢獻者指南