mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sat 15 Oct 00:25:51 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
1e9e92ee9b
commit
1331ce62f7
1 changed files with 2 additions and 1 deletions
|
@ -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">'),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue