add: parse_underline, parse_comment, parse_image_size

This commit is contained in:
trisua 2025-07-22 14:48:55 -04:00
parent f8dac8f491
commit d8167aa06f
6 changed files with 275 additions and 4 deletions

View file

@ -111,7 +111,7 @@ article {
}
}
.container {
.container:not(#preview_tab) {
margin: 10px auto 0;
width: 100%;
}
@ -322,6 +322,10 @@ hr.margin {
margin: var(--pad-4) 0;
}
span.img_sizer {
display: block;
}
p,
li,
span,