No commit activity in last 3 years
No release in over 3 years
A converter for Jekyll to turn math into images.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
~> 2.13.0

Runtime

 Project Readme

Mathematical Plugin

A converter for Jekyll to generate an SVG/Base64 math equation.

Add the following to your site's _config.yml file

gems:
  - jekyll-mathematical

That should convert all your content written in itex notation into base64-encoded SVGs.

Behind the scenes, this plugin uses math-to-itex (for detection) and mathematical (for conversion).