This commit is contained in:
zhaoxuhui 2018-11-06 09:07:41 +08:00
parent 1929cc191f
commit 51fc06fa23
11 changed files with 5 additions and 129 deletions

View File

@ -2,6 +2,9 @@
[在线示例地址](http://47.99.49.57/markdown/)
GitHub :[ https://github.com/coinsuper/vue-markdown]( https://github.com/coinsuper/vue-markdown)
### 1.简介
**一款使用marked和highlight.js开发的一款markdown编辑器目前只支持在vue项目中使用。
@ -82,7 +85,7 @@ print |打印|否
theme|主题切换|是
fullscreen |全屏|是
exportmd|导出为*.md文件|是
importmd|入本地*.md文件|是
importmd|入本地*.md文件|是
### 7.其他说明
**关于保存时返回值**

7
dist/build.js vendored

File diff suppressed because one or more lines are too long

1
dist/build.js.map vendored

File diff suppressed because one or more lines are too long

BIN
dist/checked.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
dist/iconfont.eot vendored

Binary file not shown.

116
dist/iconfont.svg vendored

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 49 KiB

BIN
dist/iconfont.ttf vendored

Binary file not shown.

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

1
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

BIN
dist/notChecked.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,7 +1,7 @@
{
"name": "vue-meditor",
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
"version": "0.9.0",
"version": "0.9.1",
"author": "zhaoxuhui<1258835133@qq.com>",
"license": "MIT",
"main": "dist/index.js",