cecks
This commit is contained in:
@@ -94,6 +94,14 @@ print("Hello, world!")
|
||||
|
||||
```
|
||||
|
||||
### Code Blog (test)
|
||||
|
||||
```Python
|
||||
def hello():
|
||||
return true;
|
||||
```
|
||||
|
||||
|
||||
### Code Block (indented)
|
||||
```Python
|
||||
def indented_example():
|
||||
|
||||
Reference in New Issue
Block a user