fix: render of markdown preview

This commit is contained in:
h z
2024-12-06 17:22:42 +00:00
parent ccdded32a8
commit df7ba4c490
9 changed files with 164 additions and 79 deletions

View File

@@ -8,15 +8,7 @@
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.markdown-preview {
padding: 15px;
border: 1px solid #ddd;
border-radius: 8px;
background-color: #ffffff;
white-space: pre-wrap;
word-wrap: break-word;
overflow-x: auto;
}
.markdown-editor-header {
text-align: center;