Skip to content

Hexo Tag Plugin to support LaTeX using Katex library

License

Notifications You must be signed in to change notification settings

jongwook/hexo-tag-katex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-tag-katex

A Tag plugin to use Katex on Hexo.

Installation:

$ npm install hexo-tag-katex --save

Usage:

{% katex [displayMode] %}

a^{b^{\sqrt{c}}}

{% endkatex %}

Default value of display mode is true.

Dependencies:

This plugin dependes on katex module. Katex is a wonderful contribution from Khan Academy.

About

Hexo Tag Plugin to support LaTeX using Katex library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%