Template

subtitle

Posted by author on November 15, 2018

MathJax

When , there are two solutions to and they are

You need set mathjax: true in the _config.yml or the markdown’s front matter to enable it.

After MathJax enabled, you can set mathjax_autoNumber: true to have equations be numbered automatically, You can use \notag or \nonumber to prevent individual equations from being numbered.

markdown:

When $$a \ne 0$$, there are two solutions to $$ax^2 + bx + c = 0$$ and they are
$$x_1 = {-b + \sqrt{b^2-4ac} \over 2a}$$
$$x_2 = {-b - \sqrt{b^2-4ac} \over 2a} \notag$$

front matter:

---
...
mathjax: true
mathjax_autoNumber: true
---

hello:

---
...
mathjax: true
mathjax_autoNumber: true
---
wobu cao ni ba

hello c

Media

With the help of plugins for media, you can easily add audio, video and slides in your posts.

Audio

SoundCloud

{%- include plugins/soundcloud.html id='313627932' -%}
<div>{%- include plugins/soundcloud.html id='313627932' -%}</div>

Netease Cloud Music

Available in Chinese mainland.

{%- include plugins/netease-cloud-music.html id='413812448' -%}
<div>{%- include plugins/netease-cloud-music.html id='413812448' -%}</div>

Video

YouTube

{%- include plugins/youtube.html id='wbY97-hdD5c' -%}
<div>{%- include plugins/youtube.html id='wbY97-hdD5c' -%}</div>

TED

{%- include plugins/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}
<div>{%- include plugins/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}</div>

bilibili

{%- include plugins/bilibili.html id='11091080' -%}
<div>{%- include plugins/bilibili.html id='11091080' -%}</div>

Slide

SlideShare

{%- include plugins/slideshare.html id='u9L9zDsqEWNKE1' -%}
<div>{%- include plugins/slideshare.html id='u9L9zDsqEWNKE1' -%}</div>

MathJax

When , there are two solutions to and they are

You need set mathjax: true in the _config.yml or the markdown’s front matter to enable it.

After MathJax enabled, you can set mathjax_autoNumber: true to have equations be numbered automatically, You can use \notag or \nonumber to prevent individual equations from being numbered.

markdown:

When $$a \ne 0$$, there are two solutions to $$ax^2 + bx + c = 0$$ and they are
$$x_1 = {-b + \sqrt{b^2-4ac} \over 2a}$$
$$x_2 = {-b - \sqrt{b^2-4ac} \over 2a} \notag$$

front matter:

---
...
mathjax: true
mathjax_autoNumber: true
---

hello:

---
...
mathjax: true
mathjax_autoNumber: true
---
wobu cao ni ba

hello c

Media

With the help of plugins for media, you can easily add audio, video and slides in your posts.

Audio

SoundCloud

{%- include plugins/soundcloud.html id='313627932' -%}
<div>{%- include plugins/soundcloud.html id='313627932' -%}</div>

Netease Cloud Music

Available in Chinese mainland.

{%- include plugins/netease-cloud-music.html id='413812448' -%}
<div>{%- include plugins/netease-cloud-music.html id='413812448' -%}</div>

Video

YouTube

{%- include plugins/youtube.html id='wbY97-hdD5c' -%}
<div>{%- include plugins/youtube.html id='wbY97-hdD5c' -%}</div>

TED

{%- include plugins/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}
<div>{%- include plugins/ted.html id='emily_esfahani_smith_there_s_more_to_life_than_being_happy' -%}</div>

bilibili

{%- include plugins/bilibili.html id='11091080' -%}
<div>{%- include plugins/bilibili.html id='11091080' -%}</div>

Slide

SlideShare

{%- include plugins/slideshare.html id='u9L9zDsqEWNKE1' -%}
<div>{%- include plugins/slideshare.html id='u9L9zDsqEWNKE1' -%}</div>