chore
This commit is contained in:
parent
1929cc191f
commit
51fc06fa23
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
[在线示例地址](http://47.99.49.57/markdown/)
|
[在线示例地址](http://47.99.49.57/markdown/)
|
||||||
|
|
||||||
|
GitHub :[ https://github.com/coinsuper/vue-markdown]( https://github.com/coinsuper/vue-markdown)
|
||||||
|
|
||||||
|
|
||||||
### 1.简介
|
### 1.简介
|
||||||
|
|
||||||
**一款使用marked和highlight.js开发的一款markdown编辑器,目前只支持在vue项目中使用。
|
**一款使用marked和highlight.js开发的一款markdown编辑器,目前只支持在vue项目中使用。
|
||||||
@ -82,7 +85,7 @@ print |打印|否
|
|||||||
theme|主题切换|是
|
theme|主题切换|是
|
||||||
fullscreen |全屏|是
|
fullscreen |全屏|是
|
||||||
exportmd|导出为*.md文件|是
|
exportmd|导出为*.md文件|是
|
||||||
importmd|倒入本地*.md文件|是
|
importmd|导入本地*.md文件|是
|
||||||
|
|
||||||
### 7.其他说明
|
### 7.其他说明
|
||||||
**关于保存时返回值**
|
**关于保存时返回值**
|
||||||
|
7
dist/build.js
vendored
7
dist/build.js
vendored
File diff suppressed because one or more lines are too long
1
dist/build.js.map
vendored
1
dist/build.js.map
vendored
File diff suppressed because one or more lines are too long
BIN
dist/checked.jpg
vendored
BIN
dist/checked.jpg
vendored
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
BIN
dist/iconfont.eot
vendored
BIN
dist/iconfont.eot
vendored
Binary file not shown.
116
dist/iconfont.svg
vendored
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
BIN
dist/iconfont.ttf
vendored
Binary file not shown.
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
1
dist/index.js.map
vendored
1
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
BIN
dist/notChecked.jpg
vendored
BIN
dist/notChecked.jpg
vendored
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-meditor",
|
"name": "vue-meditor",
|
||||||
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
|
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"author": "zhaoxuhui<1258835133@qq.com>",
|
"author": "zhaoxuhui<1258835133@qq.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user