沙茶酱
主 题
😲 md-editor-v3
Markdown Editor for Vue3, developed by jsx and typescript, support different themes、beautify content by prettier.
🤖 Base
bold, underline, italic, line-through, superscript26,subscript[1],inline code
,link
quote:hahaha
🤗 Demo
vue
<template>
<md-editor 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>
🖨 Text
The Old Man and the Sea served to reinvigorate Hemingway's literary reputation and prompted a reexamination of his entire body of work.
📈 Table
nickname | age | from |
---|---|---|
zhijian | 4 | China ChongQing |
📏 公式
sqrt[3]{x}
全部评论(0)