vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Can I use asterisk as bullet for bullet list? #824

Closed sjdeak closed 4 years ago

sjdeak commented 4 years ago

"Toggle Bullet List Item" action will create a bullet list starts with "-" as bullet character by default. image

Is there a way that I can use asterisk as the default bullet character? So that "Toggle Bullet List Item" action will create a list like the second one: image

Thanks!

vsch commented 4 years ago

@sjdeak, the bullet marker for new items is defined in Editor | Code Style | Markdown, lists tab via the New bullet item marker setting:

image

sjdeak commented 4 years ago

It works, thank you!