Describe the bug
When using checkboxes in Markdown:
in an unordered list, indentations in the list are not visible in the result. The following does not produce identation:
- [ ] a
- [ ] b
- [ ] c
- [ ] d
However this does, but does not display the numbers:
- [ ] a
1. [ ] b
2. [ ] c
- [ ] d
In the unordered list, bullet points are not visible either.
Steps To Reproduce
Steps to reproduce the behavior:
- Create a new page in the markdown editor
- Create an unordered list with checkboxes
- Observe that no bullet points are visible
- Add an indentation to the list
- Observe that no indentation is visible in the rendered result
- Replace the hyphens with numbers in the indented portion of the list
- Observe that there is now an indentation, but the numbers aren't rendered
Implementation of checkboxes here: #319
Expected behavior
- Indentation is visible
- Bulletpoints are visible
- Numbers are visible
Screenshots


Your Configuration (please complete the following information):
- Exact BookStack Version (Found in settings): v0.31.6 (Going to try updating in a bit)
- PHP Version: 7.4
- Hosting Method (Nginx/Apache/Docker): Nginx in a Docker container running on Kubernetes
Additional context
N.A
Describe the bug
When using checkboxes in Markdown:
in an unordered list, indentations in the list are not visible in the result. The following does not produce identation:
However this does, but does not display the numbers:
In the unordered list, bullet points are not visible either.
Steps To Reproduce
Steps to reproduce the behavior:
Implementation of checkboxes here: #319
Expected behavior
Screenshots

Your Configuration (please complete the following information):
Additional context
N.A