typora-monospace-theme
typora-monospace-theme copied to clipboard
it does not work well for a code block
for example
for i in rangr(0):
print (i)
will be rendered as
for i in rangr(0):
? print (i)