HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/Program Files/R/R-4.4.0/doc/html/mathjax-config.js
MathJax = {
  tex: {
    macros: {
      R: "{\\textsf{R}}",
      code: ["\\texttt{#1}", 1]
    }
  },
  options: {
    renderActions: {
      find: [10, function (doc) {
        for (const node of document.querySelectorAll('code[class^="reqn"]')) {
          const math = new doc.options.MathItem(node.textContent, doc.inputJax[0], false);
          const text = document.createTextNode('');
          node.parentNode.replaceChild(text, node);
          math.start = {node: text, delim: '', n: 0};
          math.end = {node: text, delim: '', n: 0};
          doc.math.push(math);
        }
      }, '']
    }
  }
};