bug fixes
This commit is contained in:
parent
d10add04ff
commit
0f9bbc8528
|
@ -5,6 +5,8 @@ import mimetypes
|
|||
import bleach
|
||||
from markdown_it import MarkdownIt
|
||||
|
||||
from config import *
|
||||
|
||||
app = flask.Flask(__name__)
|
||||
md = MarkdownIt("commonmark", {"typographer": True}).enable(
|
||||
["replacements", "smartquotes"]
|
||||
|
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
markdown_it_py
|
||||
bleach
|
||||
flask
|
Loading…
Reference in New Issue
Block a user