UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

6 lines (4 loc) 134 B
var surround = require('./surround'); module.exports = function quote(str, quoteChar) { return surround(str, quoteChar || '"'); };