inst/shiny-squid/source/utilities/withMathJax2.R

withMathJax2 <- function(...){
  path <- "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
  tagList(tags$head(singleton(tags$script(src = path, type = "text/javascript"))), 
          ..., tags$script(HTML("MathJax.Hub.Queue([\"Typeset\", MathJax.Hub]);")))
}
Haycen/SQUID documentation built on April 26, 2022, 12:43 p.m.