bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

Cannot submit form.

Open steveops opened this issue 8 years ago • 0 comments

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.

steveops avatar May 13 '16 20:05 steveops