UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

7 lines 214 B
/** * loader plugin with relative paths in dependency */ define('text!ui/page.html',[],function () { return '<div/>'; }); define('js/page1',["text!../ui/page.html"], function(page) { return page + "done"; });