mattermost-community/focalboard
在 GitHub 查看Bug: Markdown renders headers indented if immediately following a list
Open
#2,325 创建于 2022年2月11日
BugHelp WantedSev/3
描述
Steps to reproduce the behavior
- Open a card and edit its description
- 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
- 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.