new build
This commit is contained in:
@ -11,12 +11,15 @@ import os.path
|
||||
import concurrent.futures
|
||||
import urllib.request
|
||||
import base64
|
||||
|
||||
# --- Bundled library imports ---
|
||||
# These should now find the libraries in ./lib via the modified sys.path
|
||||
import bs4
|
||||
from .lib.markdown2 import Markdown
|
||||
# --- End bundled library imports ---
|
||||
|
||||
from functools import partial
|
||||
|
||||
from markdown2 import Markdown
|
||||
|
||||
__all__ = ("markdown2html",)
|
||||
|
||||
markdowner = Markdown(extras=["fenced-code-blocks", "cuddled-lists"])
|
||||
|
||||
Reference in New Issue
Block a user