Skip to content

haripo/hexo-simple-katex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-simple-katex

[WARNING] This project is no longer maintained. Use hexo-katexify.

Hexo plugin for rendering TeX math by katex, with no extra dependency

Installation

$ npm install hexo-simple-katex --save

Import katex.css

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">

Usage

Inline syntax

$ y = x^2 + 3 $

or display mode syntax

$$
y = x^2 + 3
$$

About

Hexo plugin for rendering TeX math by katex, with no extra dependency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published