Description

Smart Editor can be used as a Markdown editor thanks to the editMode property. When set to 'markdown' the Editor accepts markdown content and parses it to HTML when the user switches to SourceCode/Preview mode. Most of the toolbar items are available for the markdown edit mode like format, hyperlink, table, etc. Clicking on them will insert the approriate code inside the Editor. In order to view the HTML output click on the the Source Code Toolbar item or press the following keyboard key combination: Control + Shift + H.