show line numbers in conde snippets

This commit is contained in:
Marcello 2023-10-20 18:22:46 +02:00
parent cd1df0e376
commit 255a68d673
82 changed files with 1249 additions and 1251 deletions

View file

@ -24,7 +24,7 @@
Data Model Structure:
```txt
```txt linenums="1"
<root> (tree)
|
|_ foo (tree)
@ -35,7 +35,7 @@ Data Model Structure:
Data Model as pseudocode:
```py
```py linenums="1"
# a file is a bunch of bytes
blob = array<byte>