Skip to content

Commit

Permalink
fix: Change emDelimiter to * to fix having only part of word in italic
Browse files Browse the repository at this point in the history
  • Loading branch information
nats12 committed Oct 18, 2023
1 parent e3bc80b commit 70a7f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serializers/markdown/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const INITIAL_TURNDOWN_OPTIONS: Turndown.Options = {
bulletListMarker: BULLET_LIST_MARKER,
codeBlockStyle: 'fenced',
fence: '```',
emDelimiter: '_',
emDelimiter: '*',
strongDelimiter: '**',
linkStyle: 'inlined',
/**
Expand Down

0 comments on commit 70a7f73

Please sign in to comment.