Back to Editor Md

Onpreviewing / Onpreviewed

examples/onpreviewing-onpreviewed.html

1.5.0287 B
Original Source

Settings javascript { onpreviewing : function() { // console.log("onpreviewing =\>", this, this.id, this.settings); // on previewing you can custom css .editormd-preview-active }, onpreviewed : function() { // console.log("onpreviewed =\>", this, this.id, this.settings); } }