更新依赖文件,更新editor.md编辑器代码块样式

This commit is contained in:
yangjian 2021-01-08 20:50:58 +08:00
parent ac9a92ffda
commit e9c8e1fe3c
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ pyppeteer==0.0.25
loguru==0.4.1
djangorestframework==3.9.1
requests==2.24.0
setuptools-scm
whoosh==2.7.4
django-haystack==3.0
Markdown==3.3.3

View File

@ -4048,7 +4048,7 @@ li.L9 {
.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint {
padding: 10px;
border: 1px solid #ddd;
border: 0px solid #ddd;
white-space: pre-wrap;
word-wrap: break-word;
}