2021-09-07 12:20:17 +08:00

10 lines
195 B
Stylus

if (hexo-config('math.mathjax.enable')) {
mjx-container[jax='CHTML'][display='true'], .has-jax {
overflow: auto hidden;
}
mjx-container[display='true'] + br {
display: none;
}
}