diff --git a/mastoposter/utils.py b/mastoposter/utils.py index 8ec6d6e..115e364 100644 --- a/mastoposter/utils.py +++ b/mastoposter/utils.py @@ -76,7 +76,7 @@ def node_to_html(el: PageElement) -> str: ), "br": lambda _: "\n", "ul": lambda tag: ( - "%s" + "%s\n" % str.join( "\n", ( @@ -87,7 +87,7 @@ def node_to_html(el: PageElement) -> str: ) ), "ol": lambda tag: ( - "%s" + "%s\n" % str.join( "\n", (