r2900 vs r2901
11
[[분류:냥]]
22
{{{#!style
3
.InternalLink {color: #0275d8; display: inline}
4
.InternalLink:hover {color: #0263b8; text-decoration: underline}
5
@theseed-dark-mode {
6
.InternalLink {color: #ec9f19}.InternalLink:hover {color: #bd7f14} }
7
}}}
8
9
[[asdf]] < internal
10
11
{{{#!wiki style="overflow: hidden; display: inline-table"
12
{{{#!wiki style="margin-left: -17px"
13
[[https://google.com|{{{#!wiki class="InternalLink"
14
asdf}}}]]}}}}}} < external
15
16
17
18
{{{#!style
319
.asdf:is(li) {
420
color: red;
521
}
......