Skip to content

Commit 29ad872

Browse files
committed
scripts: add tag <br> in list theme name and image preview
1 parent 53018d2 commit 29ad872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-theme-doc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import themes from "../themes/index";
44
const TARGET_FILE = "./themes/README.md";
55

66
function generateThemeMarkdown(theme: string): string {
7-
return `\`${theme}\` ![${theme}][${theme}]`;
7+
return `\`${theme}\`</br>![${theme}][${theme}]`;
88
}
99

1010
function generateThemeLink(username: string, theme: string): string {

0 commit comments

Comments
 (0)