feat: add export to .md button

This commit is contained in:
Yifei Zhang
2023-03-15 17:24:03 +00:00
parent 64e331a3e3
commit bab470d000
11 changed files with 181 additions and 18 deletions

View File

@@ -328,4 +328,8 @@
position: absolute;
right: 30px;
bottom: 10px;
}
.export-content {
white-space: break-spaces;
}