Skip to content
Snippets Groups Projects
gt-grammar.html 216 KiB
Newer Older
  • Learn to ignore specific revisions
  • bpkleer's avatar
    bpkleer committed
          selectors: "h1,h2,h3",
          theme: "bootstrap3",
          context: '.toc-content',
          hashGenerator: function (text) {
            return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_');
          },
          ignoreSelector: ".toc-ignore",
          scrollTo: 0
        };
        options.showAndHide = true;
        options.smoothScroll = true;
    
        // tocify
        var toc = $("#TOC").tocify(options).data("toc-tocify");
    });
    </script>
    
    <!-- dynamically load mathjax for compatibility with self-contained -->
    <script>
      (function () {
        var script = document.createElement("script");
        script.type = "text/javascript";
        script.src  = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
        document.getElementsByTagName("head")[0].appendChild(script);
      })();
    </script>
    
    </body>
    </html>