vue-markdown-editor icon indicating copy to clipboard operation
vue-markdown-editor copied to clipboard

A markdown editor built on Vue

Results 121 vue-markdown-editor issues
Sort by recently updated
recently updated
newest added

全量引入,只有HTML和js可以有效高亮,而且即使是部分引入且不包括HTML和js,情况也相同。 ![image](https://user-images.githubusercontent.com/86140385/168334137-84877623-d001-466d-aa06-8dc0e73f434b.png) ![image](https://user-images.githubusercontent.com/86140385/168334402-511d9bc8-6bfc-4967-adc2-c8c31f415c40.png) ![image](https://user-images.githubusercontent.com/86140385/168334448-aa8bee80-04bd-403e-9673-da89ad2e878a.png)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

How i can make or use dark theme?

Hi there ! A underline toolbar would be awesome, like discord do with `__text__`: ![image](https://user-images.githubusercontent.com/43100943/156437075-a6440701-16a3-4bf2-8d13-257d368dc1c6.png) ![image](https://user-images.githubusercontent.com/43100943/156437042-fca43581-584a-4748-a76d-58405eb54277.png)

@code-farmer-i I would like to add to the latest VuePress 2, i've done so but i'm struggling to add it as a global component, i'm also struggling to make a...

import createTodoListPlugin from '@kangc/v-md-editor/lib/plugins/todo-list/index' import '@kangc/v-md-editor/lib/plugins/todo-list/todo-list.css' import createKatexPlugin from '@kangc/v-md-editor/lib/plugins/katex/cdn' // TodoList VMdEditor.use(createTodoListPlugin()) // Katex 插件 VMdEditor.use(createKatexPlugin()) const html = xss.process(VMdEditor.themeConfig.markdownParser.render('$$\sum_{i=1}^n a_i=0$$')); 转换之后 html 不会对数学公式进行解释

i'm use zh-TW lang and zh-TW lang dosen't have tip and todo list ![image](https://user-images.githubusercontent.com/65817744/160142917-b11fda78-3842-4584-a691-14d931551a98.png) but if i add this ![image](https://user-images.githubusercontent.com/65817744/160147082-047a7089-e322-4876-ad1e-8bbb1b429479.png) todo list fixed but tip has new bugs ![image](https://user-images.githubusercontent.com/65817744/160144019-0a04e100-32c5-4d42-8080-cfac560518c7.png) and...

代码是: ![image](https://user-images.githubusercontent.com/10797390/148361686-75c1da4b-f53e-413c-b62b-4ead0265503d.png) 效果 ![image](https://user-images.githubusercontent.com/10797390/148361726-696dad9d-1a90-4738-ae15-4896c480667f.png)