fix:修复完成列表内有加粗样式显示位置乱掉的问题

This commit is contained in:
zhaoxh 2019-11-11 08:50:13 +08:00
parent 5568103505
commit 8ec16b9133
3 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,9 @@
</template>
<script>
import Markdown from './dist/simple';
// import Markdown from './dist/simple';
// import Markdown from 'vue-meditor';
import Markdown from './src/pro';
export default {
components: {

View File

@ -1,7 +1,7 @@
{
"name": "vue-meditor",
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
"version": "2.0.1",
"version": "2.0.2",
"author": "zhaoxuhui<1258835133@qq.com>",
"license": "MIT",
"private": false,

View File

@ -724,7 +724,6 @@ ul.shift {
em,
strong {
display: inline-block;
margin: @margin;
}
blockquote {