The page on the autoload extension uses a function called `expandable` in the MathJax config, e.g.: ``` MathJax = { tex: { autoload: expandable({ color: [] } } }; ``` What is this supposed to be? The config is defined before MathJax has loaded, and `expandable` isn't a built-in. Is this just a mistake?