Fixed mathjax version detection
It was only allowing "x.y" versions, which failed with 2.6.1. The fixed regex supports any number of dot-joined numbers (including just a single number version).
Please register or sign in to comment
It was only allowing "x.y" versions, which failed with 2.6.1. The fixed regex supports any number of dot-joined numbers (including just a single number version).