Yes, the translation is dogshit, I didn't have time to translate it myself, so here we are, using DeepL
22 lines
267 B
Markdown
22 lines
267 B
Markdown
+++
|
|
title = "عرض كتلة الرمز التوضيحي"
|
|
+++
|
|
|
|
```scss, linenos, linenostart=10, hl_lines=3-4 8-9, hide_lines=2 7
|
|
pre mark {
|
|
|
|
display: block;
|
|
|
|
color: currentcolor;
|
|
|
|
}
|
|
|
|
pre table td:nth-of-type(1) {
|
|
|
|
color: #6b6b6b;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
```
|