Browse Source

bug fixes

master
Samuel Sloniker 1 year ago
parent
commit
0f9bbc8528
  1. 2
      landoc.py
  2. 3
      requirements.txt

2
landoc.py

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

@ -0,0 +1,3 @@
markdown_it_py
bleach
flask
Loading…
Cancel
Save