bootstrap-markdown
bootstrap-markdown copied to clipboard
Cannot submit form.
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.