Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created June 30, 2019 09:30
Show Gist options
  • Save malikkurosaki/73913db40be49dfa8365968ebe24b40d to your computer and use it in GitHub Desktop.
Save malikkurosaki/73913db40be49dfa8365968ebe24b40d to your computer and use it in GitHub Desktop.
markdown edit text javascript

markdown javascript text editor

bahan

script(src="https://unpkg.com/easymde/dist/easymde.min.js")

penggunaan

var easyMDE = new EasyMDE();
    easyMDE.codemirror.on("change", function(){
        console.log(easyMDE.value());
    });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment