mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
feat: format partials codeblock as outputs
This commit is contained in:
@@ -4,7 +4,7 @@ from pathlib import Path
|
||||
|
||||
def _write_partial_file(filename: str, content: str):
|
||||
with Path(filename).open("w") as f:
|
||||
f.write(f"```\n{content}\n```\n")
|
||||
f.write(f"``` output\n{content}\n```\n")
|
||||
|
||||
|
||||
def extract_command_partials():
|
||||
|
||||
Reference in New Issue
Block a user