Skip to content

bubkoo/hexo-filter-sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-filter-sub

MIT License

npm: Package Quality

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

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

About

Generate subscript (<sub>) tag for Hexo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published