mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-11-24 08:47:04 +08:00
实现markdown编辑器
This commit is contained in:
@@ -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
6
conf/editor.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[{
|
||||
"name":"Editor.md",
|
||||
"description" : "",
|
||||
"style" : "",
|
||||
"script" : ""
|
||||
}]
|
||||
Reference in New Issue
Block a user