Tagged Questions
4
votes
2answers
1k views
Integrating MarkItUp rich text editor preview with ASP.NET MVC app
I'm testing out the MarkItUp! rich text editor in a MVC app, and everything is working great with the exception of the preview. In the settings (set.js), there is a previewParserPath property ("path ...
3
votes
4answers
833 views
Displaying preview panel automatically in markitup! editor
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 the preview to be displayed ...