NotePlan
NotePlan
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
PendingPending

Sep 8, 2022

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?

Sep 8, 2022

Eduard Metzger: I don't do the automatic thing as `*` is a bullet in my workd. This is how my preferences are configured when I reported created this.

Dec 19, 2022

Rob Allen: Ok, I know what you mean now! I could reproduce it. Never tried to add a space before the asterisk. There is definitely some bug.