Skip to content

Commit 3dbb3f1

Browse files
fix: add newline after bulleted list of commands in topic pages
1 parent b7b4e7e commit 3dbb3f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/markdown/topic-index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class MarkdownTopicIndex extends MarkdownBase {
7070
lines.push(`- **[${commandDisplay}](./${linkTarget})**`);
7171
}
7272
}
73+
lines.push('');
7374
lines.push('<!-- prettier-ignore-end -->');
7475
lines.push('');
7576
return Promise.resolve(lines.join('\n'));

0 commit comments

Comments
 (0)