We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<br>
1 parent 53018d2 commit 29ad872Copy full SHA for 29ad872
scripts/generate-theme-doc.ts
@@ -4,7 +4,7 @@ import themes from "../themes/index";
4
const TARGET_FILE = "./themes/README.md";
5
6
function generateThemeMarkdown(theme: string): string {
7
- return `\`${theme}\` ![${theme}][${theme}]`;
+ return `\`${theme}\`</br>![${theme}][${theme}]`;
8
}
9
10
function generateThemeLink(username: string, theme: string): string {
0 commit comments