Skip to content

Commit 802a23e

Browse files
committed
Enable MathJax on hello-world posts
Chirpy opts out of MathJax by default; posts that use LaTeX need math: true in their front matter to pull it in.
1 parent 1a1cd84 commit 802a23e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

_posts/2026-04-11-hello-world.ko.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags: [intro]
66
lang: ko
77
ref: hello-world
88
permalink: /posts/hello-world/
9+
math: true
910
---
1011

1112
테스트

_posts/2026-04-11-hello-world.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags: [intro]
66
lang: en
77
ref: hello-world
88
permalink: /posts/hello-world/
9+
math: true
910
---
1011

1112
Test

0 commit comments

Comments
 (0)