Back to Editor Md

Resettings

examples/resettings.html

1.5.0629 B
Original Source

Show editorHide editorGet MarkdownGet HTMLWatchUnwatchPreview HTML(Press ESC cancel)Fullscreen (Press ESC cancel)Show toolbarHide toolbar

Resetting examples javascript this.config("lineNumbers", false); this.config({ toc : false, tex : false, previewCodeHighlight : true, // before set previewCodeHighlight == false, editor not load pretty.js, so now codes can't highlight and display line numbers. flowChart : false, sequenceDiagram : false, dialogLockScreen : false, dialogDraggable : false, dialogMaskBgColor : "teal", toolbar : true }); this.config("onresize", function() { console.log("onresize =\>", this); });