mattermost-community/focalboard

Bug: Markdown renders headers indented if immediately following a list

Open

#2,325 建立於 2022年2月11日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)TypeScript (26,187 star) (2,542 fork)user submission
BugHelp WantedSev/3

描述

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.

貢獻者指南