Skip to content

Commit

Permalink
fix vega-lite mermaid display
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Jan 8, 2025
1 parent 223db2e commit a444637
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
key: language-vega-lite
append: |
<style>
pre.language-vega-lite,
code.language-vega-lite {
pre code.language-vega-lite {
display: none;
}
</style>
Expand All @@ -284,8 +283,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
key: language-mermaid
append: |
<style>
pre.language-mermaid,
code.language-mermaid {
pre code.language-mermaid {
display: none;
}
</style>
Expand Down

0 comments on commit a444637

Please sign in to comment.