mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
style: refine layout of TODO section (add <br><br>)
This commit is contained in:
parent
c75fb2137b
commit
081310b943
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ def convert_to_markdown_v2(output_data: dict,
|
|||
details_open_attr = " open" if markdown_todo_items.count("\n") + 1 <= EXPAND_LINE_THRESHOLD else ""
|
||||
todo_entry_label = f"{len(value)} " + "entries" if len(value) > 1 else "entry"
|
||||
|
||||
markdown_text += f"{emoji} <strong>TODO sections ({todo_entry_label})</strong>\n"
|
||||
markdown_text += f"{emoji} <strong>TODO sections</strong>\n<br><br>\n"
|
||||
markdown_text += f"<details{details_open_attr}><summary>{todo_summary}</summary>\n\n"
|
||||
markdown_text += markdown_todo_items
|
||||
markdown_text += "\n</details>\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue