Example for md_code.py

This is a python code block

print('hello')
print('world')

This is a R code block

a <- 1

A indent python code

print('indent')