Closed
Description
Problem
I have this Markdown:
# A
- [ ] apple
- [ ] bear
- [ ] cow
# B
- [ ] apple
- [ ] bear
- [ ] cow
GitHub and VSCode (tested with Markdown Preview Enhanced) render it correctly:
However, mdbook
renders it incorrectly:
Steps
No response
Possible Solution(s)
No response
Notes
By the way, mdbook
can render lists correctly, meaning empty lines break rendering only for checkboxes:
# C
- apple
- bear
- cow
# D
- apple
- bear
- cow
Version
mdbook v0.4.34
(No preprocessor is used. CSS and JavaScript are not customized. Fully vanilla `mdbook` is used.)