chore: update md style detail

This commit is contained in:
radishzzz 2025-03-23 18:32:52 +00:00
parent 8810ba6db5
commit 08438bd71a
2 changed files with 9 additions and 6 deletions

View file

@ -37,12 +37,12 @@ Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sap
### Syntax ### Syntax
```markdown ```markdown
![Alt text](./full/or/relative/path/of/image) ![Alt Text](./full/or/relative/path/of/image)
``` ```
### Output ### Output
![blog placeholder](/blog-placeholder.jpg) ![Image Placeholder](/blog-placeholder.jpg)
## Blockquotes ## Blockquotes
@ -214,12 +214,12 @@ H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup> X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format (hover for 2s). <abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
Students often make some <u title="spelling">speling</u> mistakes.
Press <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>Delete</kbd> to end the session. Press <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>Delete</kbd> to end the session.
Students often make some <u title="spelling">speling</u> mistakes (hover for 2s).
There is <del>nothing</del> no code either good or bad, but running it makes it so. There is <del>nothing</del> no code either good or bad, but running it makes it so.
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures. Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
@ -235,4 +235,4 @@ Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and ot
<figure> <figure>
<img src="https://image.radishzz.cc/picsmaller/03.webp"> <img src="https://image.radishzz.cc/picsmaller/03.webp">
<figcaption text-center="">Node Modules Inspector - Overview</figcaption> <figcaption text-center="">Node Modules Inspector - Overview</figcaption>
</figure> --> </figure> -->

View file

@ -246,6 +246,9 @@ html.dark .heti mark {
.heti u { .heti u {
--at-apply: 'mx-0.25 underline decoration-wavy decoration-red underline-offset-4'; --at-apply: 'mx-0.25 underline decoration-wavy decoration-red underline-offset-4';
} }
html.dark .heti u {
--at-apply: 'decoration-#A14F50';
}
/* Strikethrough */ /* Strikethrough */
.heti del, .heti del,