I would like to add equation numbers with MathJax v3.0. I don't understand where the following code must be added :
window.MathJax = {
tex: {
tags: 'ams'
}
};
I made a non working JSFiddle here with some of my trials.
Edit : I need to number automatically all the equations.