Skip to content

Commit e8c5450

Browse files
authored
Fixed bug when using latex in title and description (#1361)
Fixes #1252. Signed-off-by: George Araujo <[email protected]>
1 parent 39d1f5e commit e8c5450

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_sass/_base.scss

+10
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,12 @@ footer.sticky-bottom {
414414
}
415415
}
416416

417+
.post-title {
418+
mjx-container[jax="CHTML"][display="true"] {
419+
display: unset;
420+
}
421+
}
422+
417423
.post-list {
418424
margin: 0;
419425
margin-bottom: 40px;
@@ -446,6 +452,10 @@ footer.sticky-bottom {
446452
color: var(--global-theme-color);
447453
}
448454
}
455+
456+
mjx-container[jax="CHTML"][display="true"] {
457+
display: unset;
458+
}
449459
}
450460
}
451461

0 commit comments

Comments
 (0)