Open WTRipper opened 7 years ago
Seconded, I would also like to see support for the application factory pattern. I may try to implement it on my own.
Would love to see this!
https://github.com/dcolish/flask-markdown/pull/20 Here is a request for it
At the moment I am not able to initiate flask-markdown with the application factory pattern. Would be nice if this will be supported in future.
Btw standard flask extensions can be imported like
from flask_markdown import Markdown
. Why is it not like this?