barrysteyn / pelican_plugin-render_math

A plugin for the pelican blog to allow it render mathematics in Latex.
67 stars 25 forks source link

fixed some minor errors with config variables #15

Closed TheNeuralBit closed 10 years ago

TheNeuralBit commented 10 years ago

The README was wrong, it said to create a MATH config variable when the code was actually looking for MATH_JAX. I fixed that, and also changed the type checks to use basestring instead of str - it wasn't working for me because the strings were unicode strings

barrysteyn commented 10 years ago

Wow, thanks.