Skip to content

Commit

Permalink
Fixed bug when using latex in title and description (alshedivat#1361)
Browse files Browse the repository at this point in the history
Fixes alshedivat#1252.

Signed-off-by: George Araujo <[email protected]>
  • Loading branch information
george-gca authored and wangmagg committed May 14, 2024
1 parent 0702444 commit 919d6c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,12 @@ footer.sticky-bottom {
}
}

.post-title {
mjx-container[jax="CHTML"][display="true"] {
display: unset;
}
}

.post-list {
margin: 0;
margin-bottom: 40px;
Expand Down Expand Up @@ -446,6 +452,10 @@ footer.sticky-bottom {
color: var(--global-theme-color);
}
}

mjx-container[jax="CHTML"][display="true"] {
display: unset;
}
}
}

Expand Down

0 comments on commit 919d6c2

Please sign in to comment.