We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5397d17 commit 8de9be8Copy full SHA for 8de9be8
1 file changed
CodeHighlight.php
@@ -13,7 +13,7 @@
13
14
*/
15
16
-$RecipeInfo['CodeHighlight']['Version'] = '2025-03-26';
+$RecipeInfo['CodeHighlight']['Version'] = '2025-03-26a';
17
18
SDVA($CodeHighlight, [
19
'css_light' => '',
@@ -33,6 +33,8 @@ function initCodeHighlight() {
33
$dark = $conf['css_dark'];
34
$languages = $conf['languages'];
35
36
+ if($light && $light == $dark) $dark = false;
37
+
38
$res = [];
39
$attrs = [];
40
0 commit comments