diff --git a/aider/report.py b/aider/report.py index 3d67e9512..6b0b57828 100644 --- a/aider/report.py +++ b/aider/report.py @@ -7,7 +7,7 @@ import webbrowser from aider import __version__ from aider.urls import github_issues -FENCE = "```" +FENCE = "`"*3 def report_github_issue(issue_text, title=None):