Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mathjax-pandoc-filter-2

lierdakil4MIT0.2.2

Pandoc filter to turn LaTeX math into embedded SVG

pandoc, math, svg, TeX, markdown, html

readme

mathjax-pandoc-filter

Install via npm i mathjax-pandoc-filter

Example usage:

echo '$$a_i$$' | pandoc --filter ~/node_modules/.bin/mathjax-pandoc-filter

Or, if you have npm bin in PATH, just

echo '$$a_i$$' | pandoc --filter mathjax-pandoc-filter