initial commit

This commit is contained in:
2025-12-18 11:34:12 -05:00
commit 1e7ef02e63
8 changed files with 371 additions and 0 deletions

13
example_1.md Normal file
View File

@@ -0,0 +1,13 @@
# hello
```python
print("Hello world")
```
```javascript {Foo=bar}
console.log("hello")
```
```bash {Foo=bar, Bazz=quq}
echo "hi"
```