forked from hkc/mastoposter
We just need some space
This commit is contained in:
parent
3fc8a3bcd8
commit
bbc5053cf6
|
@ -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",
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue