hexo-filter-sub
v1.0.0
Published
Generate subscript (`<sub>`) tag for Hexo
Downloads
33
Readme
hexo-filter-sub
Generate subscript (
<sub>
) tag for Hexo.
Install
npm install --save hexo-filter-sub
Usage
H~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: '$'
Related
- 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.
Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.