cherry markdown支持上传图片pdf以及word (#936)

* fix: first open document, cherryMarkdown not have theme

* fix: modify prismjs style and improve image clarity

* update cherry-markdown

* optimiztion: cherry-markdown

* feat: cherry-markdown add auto-save and update icon

* fix: the mobile phone displays abnormally and Markdown does not allow conversion

* fix: cherry display not complete

* support upload pdf&word&picture

* support upload pdf&word&picture

---------

Co-authored-by: zhangsheng.93 <zhangsheng.93@bytedance.com>
This commit is contained in:
张胜
2024-04-19 13:18:14 +08:00
committed by GitHub
parent bc457dedaa
commit c810f81fc1
3 changed files with 42 additions and 93 deletions

View File

@@ -454,6 +454,10 @@ body .scrollbar-track-color {
overflow-y: auto;
}
.markdown-category .editor-status.markdown-tree {
bottom: 30px !important;
}
.markdown-category .markdown-nav .nav-item {
font-size: 14px;
padding: 0 9px;
@@ -566,7 +570,7 @@ iframe.cherry-dialog-iframe {
}
@media screen and (max-width: 839px) {
.toc {
display: none !important;
}
}
.toc {
display: none !important;
}
}