bug fixes

This commit is contained in:
Samuel Sloniker 2023-02-14 10:48:53 -08:00
parent d10add04ff
commit 0f9bbc8528
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
markdown_it_py
bleach
flask