I'm trying to figure out how to enable mml3.js. It's unclear to me from the documentation what to put in my config object. Can someone help me out? ``` mathJaxApi.config({ MathJax: { SVG: { font: "TeX" }, styles: { '.mfrac': { 'font-size': '92.1%' } }, extensions: "MathML/mml3" } }); ```