imzbf / md-editor-v3

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...
https://imzbf.github.io/md-editor-v3
MIT License
1.51k stars 145 forks source link

有序列表无法正常显示 #641

Closed lin752538667 closed 3 weeks ago

lin752538667 commented 3 weeks ago

描述这个Bug

企业微信截图_68b0bacc-aa56-4dfd-8d0b-9a600c3732ba
<MdEditor v-model="text" />
<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>

版本号

4.18.1

问题重现链接

No response