Update app.py
Browse files
app.py
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
import re
|
| 2 |
from pathlib import Path
|
| 3 |
from markdown_it import MarkdownIt
|
| 4 |
-
from mdit_py_plugins.footnote import footnote
|
| 5 |
-
from mdit_py_plugins.tasklists import tasklists
|
| 6 |
-
from mdit_py_plugins.container import container
|
| 7 |
from importlib import import_module
|
| 8 |
|
| 9 |
def _make_md():
|
|
|
|
| 1 |
import re
|
| 2 |
from pathlib import Path
|
| 3 |
from markdown_it import MarkdownIt
|
|
|
|
|
|
|
|
|
|
| 4 |
from importlib import import_module
|
| 5 |
|
| 6 |
def _make_md():
|