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 <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Apr 27, 2023
1 parent 5a644f5 commit c00e0fe
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 c00e0fe

Please sign in to comment.