diff --git a/__main__.py b/__main__.py index a9cfed0..097fb94 100644 --- a/__main__.py +++ b/__main__.py @@ -4,7 +4,7 @@ import os import re import shutil -mark = markdown2.Markdown() +mark = markdown2.Markdown(extras=["tables","fenced-code-blocks","code-friendly"]) rootpath = os.path.dirname(os.path.realpath(__file__)) src = rootpath+"/src/" @@ -51,7 +51,7 @@ def IterateFileTree(filedict,path,parentexpanded): expandicon = "-" expanded = True - filetree += f"
  • {expandicon}{key}\n