Skip to content

Commit

Permalink
Change default unordered list bullet marker from '*' to '-'.
Browse files Browse the repository at this point in the history
Fix mixmark-io#424. Helps mitigate mixmark-io#441.
  • Loading branch information
za3k committed Jul 16, 2024
1 parent cc73387 commit 2ed4d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turndown.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function TurndownService (options) {
rules: COMMONMARK_RULES,
headingStyle: 'setext',
hr: '* * *',
bulletListMarker: '*',
bulletListMarker: '-',
codeBlockStyle: 'indented',
fence: '```',
emDelimiter: '_',
Expand Down

0 comments on commit 2ed4d88

Please sign in to comment.