Fixed bug when using latex in title and description (#1361)

Fixes #1252.

Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
George 2023-04-27 12:02:50 -03:00 committed by GitHub
parent 39d1f5e522
commit e8c5450790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -414,6 +414,12 @@ footer.sticky-bottom {
} }
} }
.post-title {
mjx-container[jax="CHTML"][display="true"] {
display: unset;
}
}
.post-list { .post-list {
margin: 0; margin: 0;
margin-bottom: 40px; margin-bottom: 40px;
@ -446,6 +452,10 @@ footer.sticky-bottom {
color: var(--global-theme-color); color: var(--global-theme-color);
} }
} }
mjx-container[jax="CHTML"][display="true"] {
display: unset;
}
} }
} }