Skip to content

Commit

Permalink
Adopt Github conventions in HTML -> MD conversion (closes ckeditor/gi…
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae authored Mar 4, 2023
1 parent 2b3d703 commit ea6722d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ TurndownService.prototype.escape = function( string: string ): string {
const turndownService = new TurndownService( {
codeBlockStyle: 'fenced',
hr: '---',
headingStyle: 'atx'
headingStyle: 'atx',
bulletListMarker: '-',
codeBlockStyle: 'fenced',
emDelimiter: '*',
br: '\n'
} );

turndownService.use( [
Expand Down

0 comments on commit ea6722d

Please sign in to comment.