UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

14 lines (10 loc) 216 B
'use strict'; var fn = module.exports = function (x) { return fn.end(fn.start(x)); }; fn.start = function (x) { return x.replace(/^[\r\n]+/, ''); }; fn.end = function (x) { return x.replace(/[\r\n]+$/, ''); };