Skip to content

Commit 1b6ddb8

Browse files
authored
[BUGFIX] Formatting of markdown in guides registry
1 parent a988c9a commit 1b6ddb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/generate-tos

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ $output .= 'This is a list of all the published and unpublished Step-by-Step gui
3838
$output .= '* [Published Guides](#published-guides)' . PHP_EOL;
3939
$output .= '* [Missing Guides](#missing-guides)' . PHP_EOL;
4040

41+
$output .= PHP_EOL;
42+
4143
$output .= '## Published Guides' . PHP_EOL . PHP_EOL;
4244

4345
foreach ($guidesByParentFolder as $parentFolder => $guides) {
@@ -170,4 +172,4 @@ function newGuideUrl(string $fileName = 'GiveYourGuideAName.md') {
170172
return 'https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-StepByStep/new/contrib/Documentation/00Incoming?'
171173
. 'filename=' . rawurlencode(basename($fileName))
172174
. '&value=' . rawurlencode('Copy content the template from: https://raw.githubusercontent.com/TYPO3-Documentation/TYPO3CMS-Guide-StepByStep/refs/heads/contrib/Documentation/90Contribute/10Template/Index.md');
173-
}
175+
}

0 commit comments

Comments
 (0)