How does one create a Python code cell in .md files? The documentation states:
Python (.py): code cells are delimited by double line breaks. Markdown cells = Python comments. [TODO: this doesn't work well, see #28 and #31]
However double line breaks are not working say for this example:
How does one create a Python code cell in
.mdfiles? The documentation states:However double line breaks are not working say for this example:
#H1 print('hi')