chore(parser/resultdetail): 9 backticks for code block
This commit is contained in:
parent
46f9cdd281
commit
4cc988a511
|
@ -47,7 +47,7 @@ func (*ResultDetail) Run(results []stage.ExecutorResult, confAny any) (
|
|||
content = content[:conf.MaxFileLength] + "\n\n(truncated)"
|
||||
}
|
||||
if conf.FilesInCodeBlock {
|
||||
comment += fmt.Sprintf("```\n%s\n```\n", content)
|
||||
comment += fmt.Sprintf("`````````\n%s\n`````````\n", content)
|
||||
} else {
|
||||
comment += fmt.Sprintf("%s\n", content)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user