Chrome rendering MathJax equations with a trailing vertical line

前端 未结 3 1139
旧巷少年郎
旧巷少年郎 2020-12-13 02:20

I am working through Andrew Ng\'s machine learning course on Coursera using the Octave kernel for Jupyter and of course MathJax provides the equation rendering. This thin ba

3条回答
  •  北海茫月
    2020-12-13 03:24

    A quick and dirty method is right click one of them and select another renderer in Math Setting -> Math Renderer

    Another method is create a bookmark of this link: javascript:$('.math>span').css("border-left-color","transparent") and click it in pages that use mathjax.

提交回复
热议问题