initial commit
This commit is contained in:
13
example_1.md
Normal file
13
example_1.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# hello
|
||||
|
||||
```python
|
||||
print("Hello world")
|
||||
```
|
||||
|
||||
```javascript {Foo=bar}
|
||||
console.log("hello")
|
||||
```
|
||||
|
||||
```bash {Foo=bar, Bazz=quq}
|
||||
echo "hi"
|
||||
```
|
||||
Reference in New Issue
Block a user