neuropsychology/Neuropsydia.py

write(): Support of markdown-like syntax

DominiqueMakowski opened this issue · 1 comments

It would be cool to be able to write using a bit of markdown syntax, especially for bold and italic:

n.write("hey, this is **bold** and this is in *italic*")

It wound need a rewrite of the write function though.