概览:
< Check New Features />
// 正文
Welcome
hyperLink
More info: Writing
math start
Simple inline .
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
引用
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