Skip to content

Commit 66d819a

Browse files
committed
Demote subheadings
1 parent 13fb1ec commit 66d819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Support/GitHub/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function getBodyForMarkdown(): string
7373
);
7474
}
7575

76-
return preg_replace('/^#/m', '##', $body);
76+
return preg_replace('/^#/m', '###', $body);
7777
}
7878

7979
public function withoutUserLinks(bool $withoutUserLinks = true): static

0 commit comments

Comments
 (0)