mattermost/mattermost

Markdown table inside list item is not rendered

Open

#20,993 opened on 2022年9月11日

GitHub で見る
 (11 comments) (0 reactions) (1 assignee)TypeScript (7,823 forks)batch import
Help Wanted

Repository metrics

Stars
 (32,880 stars)
PR merge metrics
 (平均マージ 6d 5h) (30d で 318 merged PRs)

説明

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

コントリビューターガイド