refactory-id / bootstrap-markdown

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

Cannot submit form. #241

Open steveops opened 8 years ago

steveops commented 8 years ago

When I submit my form, I only get the raw markdown instead of parsed html. Is that how its supposed to behave and if so, how can I listen for the form submit event and set that data manually. I have tried var e = $('#editor').markdown({}); But when I use e.parseContent() in the form submit handler, its undefined. Plese help.