update @ Fri 4 Mar 17:54:42 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-04 17:54:42 +02:00
parent be0c6c1158
commit 33c6538e86

View file

@ -9,6 +9,13 @@ import sys
import markdown import markdown
from bs4 import BeautifulSoup as bs from bs4 import BeautifulSoup as bs
try:
import readline
except ImportError:
readline = 0 # type: ignore
del readline
CHARACTER_MAP = {"/": "_", " ": "-", "?": "_", "#": "_", "<": "_", ">": "_", "\\": "_"} CHARACTER_MAP = {"/": "_", " ": "-", "?": "_", "#": "_", "<": "_", ">": "_", "\\": "_"}
BLOG_MARKDOWN_TEMPLATE = """# %s BLOG_MARKDOWN_TEMPLATE = """# %s