I\'m using the markitup! as a markdown editor (example).
Currently, I need to press the preview button (green tick) to display the preview panel.
I would like t
Just in case anybody else is following the accepted answer and runs into problems:
$('a[title="Preview"]').trigger('mousedown');
worked for me (while 'mouseup' didn't). Maybe they changed the behaviour in the newest version of markItUp! (v1.1.7)?