cdn This request has been blocked;
Mathjax의 CDN을 추가했는데 보이지 않는 식이 보이지 않으며 아래와 같은 로그가 떴다.
Mixed Content: The page at ‘https://younghyun2.gitlab.io/temp_post/mathjax/’ was loaded over HTTPS, but requested an insecure script ‘http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML’. This request has been blocked; the content must be served over HTTPS.
Https 로 통신하는 사이트에서 http를 사용해서 그런 것이다.
해결법
url에 http대신 https를 붙여주면 된다.