Markdown Editor for Vue3, developed in jsx and typescript, support different themes、beautify content by prettier.
Markdown Editor for Vue3, developed in jsx and typescript, support different themes、beautify content by prettier.
bold, underline, italic, line-through, superscript26, subscript1, inline code
, link
quote: I Have a Dream
<template>
<MdEditor v-model="text" />
</template>
<script setup>
import { ref } from 'vue';
import { MdEditor } from 'md-editor-v3';
import 'md-editor-v3/lib/style.css';
const text = ref('Hello Editor!');
</script>
The Old Man and the Sea served to reinvigorate Hemingway's literary reputation and prompted a reexamination of his entire body of work.
THead1 | THead2 | THead3 |
---|---|---|
text-align:left | text-align:center | text-align:right |
Inline: x+y^{2x}
\sqrt[3]{x}
Supported Types
note、abstract、info、tip、success、question、warning、failure、danger、bug、example、quote、hint、caution、error、attention