JonasDoebertin / kirby-visual-markdown

Visual Markdown Editor for Kirby CMS 2
GNU General Public License v3.0
162 stars 17 forks source link

Feature: choose bullet style for lists #94

Open malvese opened 8 years ago

malvese commented 8 years ago

When people/clients are used to type a specific list bullet, it would be nice if we could choose which one the list button outputs.

Valid bullets are *, -, and +.

Potential issue: the dash is a list delimiter in Yaml so it would have to be quoted:

type: markdown
bullet: "-"