实现markdown编辑器

This commit is contained in:
Minho
2017-04-26 18:17:38 +08:00
parent f91ad51e3f
commit 8c85227c30
614 changed files with 80785 additions and 70030 deletions

View File

@@ -19,4 +19,7 @@ db_username=root
db_password=123456
#项目默认封面
cover=/static/images/book.jpg
cover=/static/images/book.jpg
#默认编辑器
editor=markdown

6
conf/editor.json Normal file
View File

@@ -0,0 +1,6 @@
[{
"name":"Editor.md",
"description" : "",
"style" : "",
"script" : ""
}]