mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
refactor: Replace hardcoded fence string with dynamic triple backtick
This commit is contained in:
parent
8a6e2dbb86
commit
fd7ea02ecf
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue