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
Pandoc filter to turn LaTeX math into embedded SVG
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