update @ Sat 15 Oct 00:25:51 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-10-15 00:25:51 +03:00
parent 1e9e92ee9b
commit 1331ce62f7
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -365,7 +365,8 @@ def build(config: Dict) -> Tuple[int, Dict]:
extensions=config["py-markdown-extensions"], extensions=config["py-markdown-extensions"],
) )
.replace("<h1>", "<h2>") .replace("<h1>", "<h2>")
.replace("<h1/>", "<h2/>"), .replace("<h1/>", "<h2/>")
.replace("<pre>", '<pre role="code" tabindex="0">'),
) )
) )