Closed Evelca1N closed 9 years ago
Hi miguel! When I use the ``` to show python code like this
from flask import Flask from flask.ext.pagedown import PageDown
I expected:
But I get: from flask import Flask from flask.ext.pagedown import PageDown The code I'm using is just like yours in the README.md, how can I fix that?
Guess I have fixed that by using two whitespases to start a newline :D thx anyway
Hi miguel! When I use the ``` to show python code like this
I expected:
But I get:
from flask import Flask from flask.ext.pagedown import PageDown
The code I'm using is just like yours in the README.md, how can I fix that?