From 0ccbe8ee1ba656c716106320560eb496bbf3661d Mon Sep 17 00:00:00 2001 From: pylixm Date: Mon, 5 Mar 2018 17:10:12 +0800 Subject: [PATCH] update docs --- README.md | 4 ++-- README_CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 682419c..ef287c5 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,13 @@ MDEDITOR_CONFIGS = {     'width': '90% ', # Custom edit box width     'heigth': 500, # Custom edit box height     'toolbar': ["undo", "redo", "|", -                bold, del, italic, quote, ucwords, uppercase, lowercase, |, +                "bold", "del", "italic", "quote", "ucwords", "uppercase", "lowercase", "|",                 "h1", "h2", "h3", "h5", "h6", "|",                 "list-ul", "list-ol", "hr", "|",                 "link", "reference-link", "image", "code", "preformatted-text", "code-block", "table", "datetime"                 "emoji", "html-entities", "pagebreak", "goto-line", "|",                 "help", "info", -                "||", "preview", "watch", "fullscreen"], +                "||", "preview", "watch", "fullscreen"], # custom edit box toolbar     'upload_image_formats': ["jpg", "jpeg", "gif", "png", "bmp", "webp"], # image upload format type     'image_floder': 'editor', # image save the folder name     'theme': 'default', # edit box theme, dark / default diff --git a/README_CN.md b/README_CN.md index ccb59d7..6d714cb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -188,7 +188,7 @@ MDEDITOR_CONFIGS = { "link", "reference-link", "image", "code", "preformatted-text", "code-block", "table", "datetime", "emoji", "html-entities", "pagebreak", "goto-line", "|", "help", "info", - "||", "preview", "watch", "fullscreen"], + "||", "preview", "watch", "fullscreen"], # 自定义编辑框工具栏 'upload_image_formats': ["jpg", "jpeg", "gif", "png", "bmp", "webp"], # 图片上传格式类型 'image_floder': 'editor', # 图片保存文件夹名称 'theme': 'default', # 编辑框主题 ,dark / default