UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

20 lines (17 loc) 419 B
/* We're explicitly defining the list of entities we want to escape. nbsp is an HTML entity, but we don't want to escape all space characters in a string, hence its omission in this map. */ var escapeChars = { '¢' : 'cent', '£' : 'pound', '¥' : 'yen', '€': 'euro', '©' :'copy', '®' : 'reg', '<' : 'lt', '>' : 'gt', '"' : 'quot', '&' : 'amp', '\'' : '#39' }; module.exports = escapeChars;