UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

14 lines (13 loc) 264 B
function pass(ast) { if (!ast.initializer) { ast.initializer = { type: 'initializer', code: 'console.log("test plugin loaded");' } } } module.exports = { use: function (config, options) { config.passes.transform.unshift(pass); } };