hexo-katexify

1.1.0 • Public • Published

hexo-katexify · build status

Hexo plugin for rendering TeX math by katex. This plugin is based on the work of haripo.

Installation

$ npm install hexo-katexify --save
$ npm test

or with yarn

$ yarn add hexo-katexify
$ yarn test

Import katex.min.css (in template)

<head>
  <!-- other code goes here -->

  <link href="/katexify/katex.min.css" rel="stylesheet" />
</head>

Usage

Inline syntax

$ y = x^2 + 3 $

or display mode syntax

$$
y = x^2 + 3
$$

/hexo-katexify/

    Package Sidebar

    Install

    npm i hexo-katexify

    Weekly Downloads

    2

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    146 kB

    Total Files

    11

    Last publish

    Collaborators

    • dotcs