[opinionated] Prefer emitting -
over *
for unordered list markup
#438
Labels
enhancement
A possible enhancement of an existing feature.
⚡️️ Feature Request
Problem statement
Proposed solution
Adopt the GitHub and CommonMark conventions of Markdown formatting punctuation/operators.
In an ideal world the editor would emit
-
for unordered lists.Other settings are
{ headingStyle: 'atx', bulletListMarker: '-', emDelimiter: '*', br: '\n' }
Technically, this is a breaking change to the project and may not be worth the dev time.
Describe alternatives you've considered
A setting is provided so that users can select their preference.
This is more complex and requires a big growth to the the codebase.
Honestly why would someone intentionally want to use
*
and setext headings like## Header 2 ##
.It seems secondary to having some saner defaults.
The text was updated successfully, but these errors were encountered: