Generate subscript (
<sub>) tag for Hexo.
npm install --save hexo-filter-subH~2~0 => H<sub>2</sub>O
The default markup is based on pandoc definition. But nested markup is currently not supported.
Markup can be specified as follow in you _config.yml:
sub:
markup: '$'
- hexo-filter-sup Generate superscript (
<sup>) tag for Hexo. - hexo-toc Insert a markdown TOC before posts be rendered.
- hexo-filter-fenced-code Extend syntax for the native fenced code block.
- hexo-filter-flowchart Generate flowchart diagrams for Hexo.
- hexo-filter-sequence Generate UML sequence diagrams for Hexo.
- hexo-theme-formula Hexo theme base on jade and less.
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.