blob: 0e21fcaedae310243566f0f2a8bb80521ea56aa0 [file] [log] [blame] [view]
# Example for `md_code.py`
This is a python code block
```python
print('hello')
print('world')
```
This is a R code block
```r
a <- 1
```
A indent python code
```python
print('indent')
```