https://github.com/stephanmax/metalsmith-mathjax
Prerender mathjax in metalsmith
https://github.com/stephanmax/metalsmith-mathjax
Last synced: 9 months ago
JSON representation
Prerender mathjax in metalsmith
- Host: GitHub
- URL: https://github.com/stephanmax/metalsmith-mathjax
- Owner: stephanmax
- License: mit
- Created: 2016-01-10T15:58:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T15:03:57.000Z (almost 7 years ago)
- Last Synced: 2025-09-07T20:01:59.463Z (10 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# metalsmith-mathjax
Prerender mathjax in metalsmith
## Usage
Just add `mathjax: true` in the gray matter and this plugin will prerender your MathJax as SVG. This cuts down on the Javascript overhead and eliminates the delay one typically sees where the raw TeX renders for a second before MathJax loads.
Of course, you also need to add the plugin to `metalsmith.json`.
This repository was originally created by [Chris Wilson](wilson428) for use on [MechanicalScribe.com](http://mechanicalscribe.com).
## License
[MIT](LICENSE.md)