New Features

概览:

< Check New Features />

// 正文

Welcome

hyperLink

More info: Writing

math start

Simple inline a=b+ca = b + c.

ut=h2(2ux2+2uy2+2uz2)\frac{\partial u}{\partial t} = h^2 \left( \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} + \frac{\partial^2 u}{\partial z^2}\right)

math stop

beautiful font

  • Support Markdown
    Hexo support GitHub Flavored Markdown all func,and Octopress most plugin.
  • quick start
    just one command deploy on the Github Pages
  • many plugin
    Hexo powerable

button layout

Download Now

引用

are you ok

各类图标

安装

1
npm install --save hexo-filter-mermaid-diagrams

效果展示

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts 
prevail... John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

Git graph - ❗️ experimental

gitGraph:
options
{
    "nodeSpacing": 150,
    "nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch