Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
md-editor-v3 is a Markdown editor for Vue3, developed in JSX and TypeScript. It provides a range of features including toolbar options, themes, shortcut keys, content beautification, multi-language support, picture uploading, direct article rendering, and customizable toolbars. The editor also supports extensions such as mermaid for diagrams and KaTeX for mathematical formulas.
To install md-editor-v3, you can use the following steps:
npm install md-editor-v3
import { MdEditor, MdPreview } from "md-editor-v3";
<MdEditor v-model="content" />
<MdPreview :modelValue="content" />
md-editor-v3 is a feature-rich Markdown editor for Vue3 that provides various options for editing and rendering Markdown content. It supports themes, shortcut keys, beautification of content, picture uploading, multi-language support, and more. The editor is easy to install and use in Vue projects.