diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.component.ts b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.component.ts index 81f374e53a..516a23b329 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.component.ts @@ -432,7 +432,7 @@ export class TextCellComponent extends CellView implements OnInit, OnChanges { } private setTurndownOptions() { - this.turndownService = new TurndownService({ 'emDelimiter': '_', 'bulletListMarker': '-' }); + this.turndownService = new TurndownService({ 'emDelimiter': '_', 'bulletListMarker': '-', 'headingStyle': 'atx' }); this.turndownService.keep(['u', 'mark']); this.turndownService.use(turndownPluginGfm.gfm); this.turndownService.addRule('pre', {