We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c40c1 commit a75a0e9Copy full SHA for a75a0e9
tools/theme-preview-generator.py
@@ -71,7 +71,7 @@ def write_theme_previews_to_file(themes, file, size):
71
file.write("ℹ️ Click on a preview to view full size\n\n")
72
file.write("[2.1\" themes](#21-themes)\n\n")
73
file.write("[3.5\" themes](#35-themes)\n\n")
74
- file.write("[5\" themes](#5-themes)\n")
+ file.write("[5\" themes](#5-themes)\n\n")
75
file.write("[8.8\" themes](#88-themes)\n")
76
77
write_theme_previews_to_file(themes21inch, file, "2.1\"")
0 commit comments