break out summary onto new line
[utils.git] / src / budget_sync / write_budget_markdown.py
index b04e7fd597ac8e1bbc5e3696dc4a04dc2ba3a237..624e639ce3ab43935aa8f84564dee531b9040e71 100644 (file)
@@ -74,7 +74,7 @@ class MarkdownWriter:
                    payment: Optional[Payment]):
         self.write_headers(headers)
         summary = markdown_escape(node.bug.summary)
-        print(f"* [Bug #{node.bug.id}]({node.bug_url}): {summary}",
+        print(f"* [Bug #{node.bug.id}]({node.bug_url}):\n  {summary}",
               file=self.buffer)
         if payment is not None:
             if node.fixed_budget_excluding_subtasks \