mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 10:47:13 +00:00
show line numbers in conde snippets
This commit is contained in:
parent
cd1df0e376
commit
255a68d673
82 changed files with 1249 additions and 1251 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue