hexo-filter-mathjax-ssr

0.1.1 • Public • Published

hexo-filter-mathjax-ssr

npm

Pre-render MathJax into svg using mathjax-node.

Preview

Installation

$ npm install hexo-filter-mathjax-ssr --save

Options

You can configure this plugin in _config.yml.

mathjax:
  disable: false
  inlineQuote: # or `[$, $]` 
  blockQuote: $$ # or `[$$, $$]` 
  MathJax:
    SVG:
      font: Gyre-Pagella
  • disable - Disable plugin, default false.
  • inlineQuote - Similar to MathJax.inlineMath, but only support one pair, default $.
  • blockQuote - Similar to MathJax.blockMath, but only support one pair, default $$.
  • MathJax - MathJax configuration, only support some of the svg options, see svg processor.

License

Licensed under MIT.

Package Sidebar

Install

npm i hexo-filter-mathjax-ssr

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

5.86 kB

Total Files

5

Last publish

Collaborators

  • elmorec