Goodbye Markdown…
For the record
For the record, even though it has org in the name, jorge can also render markdown, thanks to goldmark.
Let’s look at some code:
import os
def hello():
print("Hello World!")
os.exit(0)
hello()
Next time, I’ll talk about org-mode posts.