We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fb1ec commit 66d819aCopy full SHA for 66d819a
app/Support/GitHub/Release.php
@@ -73,7 +73,7 @@ public function getBodyForMarkdown(): string
73
);
74
}
75
76
- return preg_replace('/^#/m', '##', $body);
+ return preg_replace('/^#/m', '###', $body);
77
78
79
public function withoutUserLinks(bool $withoutUserLinks = true): static
0 commit comments