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 a6b4ed5 commit db77239Copy full SHA for db77239
main.go
@@ -248,5 +248,5 @@ func formatShellcheckHTML(output string) string {
248
// Color line numbers (now just "Line X:")
249
formatted = regexp.MustCompile(`(?m)^Line (\d+):`).ReplaceAllString(formatted, `<span class="text-cyan-400">Line $1:</span>`)
250
251
- return fmt.Sprintf(`<pre class="text-sm whitespace-pre-wrap font-mono">%s</pre>`, formatted)
+ return fmt.Sprintf(`<pre class="text-xs whitespace-pre-wrap font-mono">%s</pre>`, formatted)
252
}
0 commit comments