Sep 2
Space indented bullets should render as bullets
When pasting in markdown from another app that uses spaces for bullet indentation, the bullets should be rendered as dots, not circles.
This is the source:
```
* One
* Two
* Three
- Four
- Five
- Six
```
This is the rendering with the Orange theme: https://i.19ft.com/62c8c431.png
This is the expected rendering: https://i.19ft.com/d27d86f9.png
Pending
Thanks for sharing this! However, I don't think this has anything to do with spaces. By default asterisk (`*`) is a task (circle) and dash (`-`) is a bullet (dot). You can change this behavior in the preferences (under "Markdown") . See the screenshot attached. If you want `*` and `-` behave both as bullets and `* [ ]` as task, you need to turn that off. Does this fix it?