We just need some space

This commit is contained in:
Casey 2023-01-13 10:43:48 +03:00
parent 3fc8a3bcd8
commit bbc5053cf6
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ def node_to_html(el: PageElement) -> str:
),
"br": lambda _: "\n",
"ul": lambda tag: (
"<code>%s</code>"
"<code>%s</code>\n"
% str.join(
"\n",
(
@ -87,7 +87,7 @@ def node_to_html(el: PageElement) -> str:
)
),
"ol": lambda tag: (
"<code>%s</code>"
"<code>%s</code>\n"
% str.join(
"\n",
(