feat: support code highlight and markdown gfm

This commit is contained in:
Yifei Zhang
2023-03-20 06:06:29 +00:00
parent 078ae74fe9
commit 24f858e125
8 changed files with 448 additions and 24 deletions

View File

@@ -117,13 +117,13 @@ input[type="checkbox"] {
border-radius: 5px;
height: 16px;
width: 16px;
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
}
input[type="checkbox"]:checked::after {
display: block;
display: inline-block;
width: 8px;
height: 8px;
background-color: var(--primary);