Skip to content

Commit

Permalink
Update renderMarkdownCodehighlight.go
Browse files Browse the repository at this point in the history
  • Loading branch information
IamMelody233 authored and robinv8 committed Sep 6, 2024
1 parent 97c14bc commit ac540e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

themeOptions[i] = plugin.ConfigFieldOption{
Value: themeValue, // Use the first part as the Value
Label: plugin.MakeTranslator(i18n.ConfigCssFilteringTitlePrefix + theme),
Label: plugin.MakeTranslator(theme),
}
}

Expand Down

0 comments on commit ac540e7

Please sign in to comment.