h1. Jekyll에 MathJax Embedding 시키기 @_layouts\post.html@ 에 다음의 MathJax Rendering 코드를 첨가한다. - 원본 @post.html@

---
layout: default
---

{{ page.title }}

{% include post-meta.html post=page %}
{{ content }} {% include post-tags.html post=page %}
{% include comments.html %} {% include related_posts.html %}
- 다음의 MathJax Code 를...



- 이렇게 삽입해야 한다.

---
layout: default
---

{{ page.title }}

{% include post-meta.html post=page %}
{{ content }} {% include post-tags.html post=page %}
{% include comments.html %} {% include related_posts.html %}