mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add heasdingStyle atx option (#12286)
This commit is contained in:
@@ -432,7 +432,7 @@ export class TextCellComponent extends CellView implements OnInit, OnChanges {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private setTurndownOptions() {
|
private setTurndownOptions() {
|
||||||
this.turndownService = new TurndownService({ 'emDelimiter': '_', 'bulletListMarker': '-' });
|
this.turndownService = new TurndownService({ 'emDelimiter': '_', 'bulletListMarker': '-', 'headingStyle': 'atx' });
|
||||||
this.turndownService.keep(['u', 'mark']);
|
this.turndownService.keep(['u', 'mark']);
|
||||||
this.turndownService.use(turndownPluginGfm.gfm);
|
this.turndownService.use(turndownPluginGfm.gfm);
|
||||||
this.turndownService.addRule('pre', {
|
this.turndownService.addRule('pre', {
|
||||||
|
|||||||
Reference in New Issue
Block a user