mattermost-community/focalboard

Bug: Markdown renders headers indented if immediately following a list

オープン

#2,325 opened on 2022/02/11

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (2,542 件のフォーク)user submission
BugHelp WantedSev/3

Repository metrics

Stars
 (26,187 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Steps to reproduce the behavior

  1. Open a card and edit its description
  2. Paste in the following markdown:
* List item 1
* List item 2
* List item 3
## Header immediately following list
Notice that the header is indented

* List item 1
* List item 2
* List item 3

## Header with a space between list above
Indentation is ok if a space is inserted between the header and list
  1. The first header (and following text) is indented

Expected behavior

Headers and text should not be indented, even if immediately following a list

Screenshots

Edition and Platform

  • Edition: Personal Desktop / Personal Server / Mattermost plugin
  • Version: v0.14.0
  • Browser and OS: Chrome on Mac

Additional context

The indentation appears correct when editing, but not after saving.

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