# markdown-editor **Repository Path**: shenchuochuo_admin/markdown-editor ## Basic Information - **Project Name**: markdown-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # markdown-editor IntelliJ Platform A full-featured WYSIWYG editor for markdown - [English Document](#Features) - [中文文档](https://github.com/shuzijun/markdown-editor/blob/main/README_ZH.md) - Useful Links - [Custom Style](https://github.com/shuzijun/markdown-editor/blob/main/assets/CustomStyle.md) # Features * Support three editing modes: WYSIWYG, Instant Rendering and Split View * Support outline, mathematical formulas, mind maps, charts, flowcharts, Gantt charts, timing charts, heading anchors, code highlighting, graphviz rendering. * Support picture paste, file upload or drag and insert quickly. * Support using IDE to open files quickly * More function reference [vditor features](https://github.com/Vanessa219/vditor/blob/master/README_en_US.md#--features) # Introduction * After installing the plugin, open the .md file,select **Markdown Editor** at the bottom of the editor. * There is no need to uninstall the default markdown plugin. The editor of the current plugin appears after the default editor. * Ensure that the IDE supports JCEF. # Demo ![demo.gif](https://raw.githubusercontent.com/shuzijun/markdown-editor/main/assets/demo.gif) # Acknowledgement * [vditor](https://github.com/Vanessa219/vditor)