hexo-filter-sup
v1.0.1
Published
Generate superscript (`<sup>`) tag for Hexo.
Downloads
35
Readme
hexo-filter-sup
Generate superscript (
<sup>
) tag for Hexo.
Install
npm install --save hexo-filter-sup
Usage
29^th^
=> 29<sup>th</sup>
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
:
sup:
markup: '$'
Related
- hexo-filter-sub Generate subscript (
<sub>
) 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.