docs: add space after last theme block

This commit is contained in:
Jan De Dobbeleer 2023-11-26 16:28:18 +01:00 committed by Jan De Dobbeleer
parent 430d83ea42
commit d281843e64

View file

@ -116,6 +116,8 @@ themeConfigOverrrides.set('catppuccin_mocha.omp.json', newThemeConfig(40, 40, 'I
links.push(`[${themeName}]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/${theme} '${themeName}'\n`); links.push(`[${themeName}]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/${theme} '${themeName}'\n`);
} }
await fs.promises.appendFile('./docs/themes.md', '\n');
for (const link of links) { for (const link of links) {
await fs.promises.appendFile('./docs/themes.md', link); await fs.promises.appendFile('./docs/themes.md', link);
} }