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 c7665a2 commit c5d8c6fCopy full SHA for c5d8c6f
pgml-dashboard/src/utils/markdown.rs
@@ -200,7 +200,7 @@ impl<'a> From<&str> for CodeFence<'a> {
200
"bash"
201
} else if options.starts_with("python") {
202
"python"
203
- } else if options.starts_with("javascript") || options.starts_with("js") {
+ } else if options.starts_with("javascript") || options.eq_ignore_ascii_case("js") {
204
"javascript"
205
} else if options.starts_with("postgresql") {
206
"postgresql"
0 commit comments