refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

Access Markdown #271

Closed pirakleous closed 7 years ago

pirakleous commented 7 years ago

Hello i am trying to hide the preview button when a user press other button with this function hidePreview() but i dont know how to get access to the markdown. I am using this in some other place $('#target-editor').markdown({}) but i cannot use it again

lodev09 commented 7 years ago
var markdown = $('#target-editor').data('markdown');