Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 377 Bytes

pyception.mkd

File metadata and controls

19 lines (17 loc) · 377 Bytes

Note that, interestingly, you can write a python code that write a python code that write markdown that contains a python code that make html.

from textwrap import dedent
print(dedent("""
	```genhtml
	from textwrap import dedent
	print(dedent('''
		```genhtml
		print("<b> I'm bold ! </b>")
		```
	'''))
	```
"""))

There is probably something to do with that.