feat(ktb): add markdown parsing, sanitation, and add-lect feature
This commit is contained in:
parent
bf8538bbb9
commit
6873a8d920
4 changed files with 116 additions and 53 deletions
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
font-family: 'Verdana', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||
background-color: var(--color-main-bg);
|
||||
color: var(--color-text);
|
||||
line-height: 1.5;
|
||||
|
|
@ -72,15 +72,19 @@ ul {
|
|||
}
|
||||
|
||||
li {
|
||||
margin-top: calc(var(--space-xs)/2);
|
||||
margin-top: calc(var(--space-xs));
|
||||
margin-bottom: calc(var(--space-xs)/2);
|
||||
margin-left: var(--space-md);
|
||||
}
|
||||
|
||||
table {
|
||||
tbody {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
tfoot {
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue