Simpler translation demos

This commit is contained in:
daudix
2024-06-20 07:04:15 +03:00
parent 7691b260a3
commit 8ae127d4ce
23 changed files with 17 additions and 1235 deletions

View File

@ -1,21 +0,0 @@
+++
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;
}
```