Add some basic arabic demo

Yes, the translation is dogshit, I didn't have time to translate it
myself, so here we are, using DeepL
This commit is contained in:
daudix
2024-06-18 08:52:50 +03:00
parent ee70e5fe46
commit fe3a058dfc
13 changed files with 739 additions and 27 deletions

21
content/demo/code.ar.md Normal file
View File

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