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

i tried to use this package in a RTL language (Arabic), so i tried to globally give the `v-md-editor` component a rtl direction .. everything seems to be okey except...

As you can see in my example below, the preview component is auto closing my div tag. How can I prevent this? Input: ![Screenshot 2021-11-16 at 10 23 04](https://user-images.githubusercontent.com/53602672/141958099-eb663a20-1fd6-4b7b-815f-0f1d4eae4e5c.png) Output:...

如题,使用vuepress 换行时候无效,只能用 br 太麻烦,查代码发现 vuepress-markdown-body p {line-height: 1.7;} github 主题 github-markdown-body p {margin-top: 0;margin-bottom: 16px;} 应该是没有 margin-bottom: 16px; 的原因 建议加上不然还要手动添加样式

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0. Release notes Sourced from color-string's releases. 1.6.0 Minor release 1.6.0 #55 - Add support for space-separated HSL Thanks @​htunnicliff for the contribution :) 1.5.5...

dependencies

https://github.com/code-farmer-i/vue-markdown-editor/blob/ea2b81a564c6ad7d3548da9df111633c798e63a7/src/base-editor.vue#L16

I am looking to use `vue-markdown-editor` in a similar way to the editor in GitHub: Two approaches I am looking at: - External menubar, sending an action to vue-markdown-editor such...

如题,强烈建议适配深色模式

![image](https://github.com/code-farmer-i/vue-markdown-editor/assets/97236549/0bf2e1fa-729a-4eb7-97f8-ecec2fa718f3) ![image](https://github.com/code-farmer-i/vue-markdown-editor/assets/97236549/2c73ca50-ee9a-44fc-8efd-94b07b7819f4) ![image](https://github.com/code-farmer-i/vue-markdown-editor/assets/97236549/008bef37-cb9d-4364-9250-b22c2b7cc2f8) ![image](https://github.com/code-farmer-i/vue-markdown-editor/assets/97236549/b59400bc-8f41-423d-a5a7-e67683d3ba02) qi前一段时间使用 没有出现 该问题 最近打开页面突然报错 以上是环境 引入方式参考文档

![image](https://github.com/code-farmer-i/vue-markdown-editor/assets/34835334/848f00f5-3283-4266-a290-8ce41f2e424a) 如图写博文的时候无法给段落首行做缩进,空格、tab都不行 版本:"@kangc/v-md-editor": "^2.3.15"