Markdown编辑器Vue3版本,使用jsx和typescript语法开发,支持切换主题、prettier美化文本等。
Markdown 编辑器,vue3 版本,使用 jsx 模板 和 typescript 开发,支持切换主题、prettier 美化文本等。
加粗,下划线,斜体,删除线,上标26,下标1,inline code
,超链接
引用:《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>
依照普朗克长度这项单位,目前可观测的宇宙的直径估计值(直径约 930 亿光年,即 8.8 × 1026 米)即为 5.4 × 1061倍普朗克长度。而可观测宇宙体积则为 8.4 × 10184立方普朗克长度(普朗克体积)。
表头1 | 表头2 | 表头3 |
---|---|---|
左对齐 | 中间对齐 | 右对齐 |
行内:x+y^{2x}
\sqrt[3]{x}
支持的类型
note、abstract、info、tip、success、question、warning、failure、danger、bug、example、quote、hint、caution、error、attention