Skip to content

Commit 96c75d9

Browse files
fix: remove the blank row in the plugins table
1 parent 5242289 commit 96c75d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/markdown/cli-reference.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class MarkdownCliReference extends MarkdownBase {
4545
for (const { name, version } of this.pluginVersions) {
4646
lines.push(`| \`${name}\` | \`${version}\` |`);
4747
}
48+
lines.push('');
4849
}
4950
lines.push('<!-- prettier-ignore-end -->');
5051
lines.push('');

0 commit comments

Comments
 (0)