아래 스크립트를 [블로그 관리]- [스킨 편집] - [html 편집] 후 head 아래에 아무곳에나 붙여넣으시면 됩니다.

<script>

(function () {

var script = document.createElement("script");

script.type = "text/javascript";

script.src  = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";

document.getElementsByTagName("head")[0].appendChild(script);

})();

</script>

 



출처: https://3months.tistory.com/307 [Deep Play]

'기타' 카테고리의 다른 글

Flutter roadmap  (0) 2023.09.20
flutter 첫 프로젝트 만들기  (0) 2023.09.18
알고리즘 문제 사이트  (0) 2019.05.16
프로그래밍 강의 사이트  (0) 2019.05.16

+ Recent posts