Skip to content

Commit

Permalink
fix: Classname -> ClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Aug 20, 2024
1 parent c6e8d3c commit 678d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ copyright = "" # default: params.author ↓ # 默认为下面
[[markup.goldmark.extensions.raws]]
IsBlock = true
Tag = "div"
Classname = "tex-block"
ClassName = "tex-block"
PrefixMark = "$$"
SuffixMark = "$$"
Trigger = "$"
Expand Down

0 comments on commit 678d9f2

Please sign in to comment.