Notion to Tistory without breaking formulas - Katex in Web/Mobile
In Notion, Katex is used to write formulas.
The Katex formula is broken when Notion's article is moved to Tistory. To prevent this, paste the following code.
1. Katex in Web
[TIPS] How to use Katex in Tistory blogs(티스토리에서 Latex 사용하기)
I would like to share a super easy way to use math representations in Tistory blog. I used to blog in blogspot, and back then I had to add some javascript to under the tag to use latex on my posts...
eomiso.tistory.com
As mentioned in the above post, there is no problem on the web, but when viewed on mobile, Katex is not reflected. Therefore, use the following methods together.
2. MathJax in Mobile
https://infograph.tistory.com/274
[팁] 티스토리(Tistory)에서 Latex 수식 사용하기(모바일도 지원되게)
tistory에서 Latex를 이용해서 수학 수식 표현이 가능하다. 여러 가지 방법이 있는데, 현재(2021.3월)까지 내가 헤매면서 찾아낸 결론은, 각 페이지마다 아래 스크립트 문구를 넣는 것이 최고이다. 넣
infograph.tistory.com
3. Katex in Web + Mobile
By combining 1 and 2, add the code of 1 to the top of the HTML code of each post. You can view the Katex formula without any problems on mobile.