Skip to content

Commit 2ed4d88

Browse files
committed
Change default unordered list bullet marker from '*' to '-'.
Fix mixmark-io#424. Helps mitigate mixmark-io#441.
1 parent cc73387 commit 2ed4d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/turndown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function TurndownService (options) {
2727
rules: COMMONMARK_RULES,
2828
headingStyle: 'setext',
2929
hr: '* * *',
30-
bulletListMarker: '*',
30+
bulletListMarker: '-',
3131
codeBlockStyle: 'indented',
3232
fence: '```',
3333
emDelimiter: '_',

0 commit comments

Comments
 (0)