R/addins.R

Defines functions mathquill jquery_dependency

jquery_dependency = function() {
  jquerylib::jquery_core()
}

mathquill = function() {
  sys.source(bookdown_file('scripts', 'mathquill.R'), new.env())
}

Try the bookdown package in your browser

Any scripts or data that you put into this service are public.

bookdown documentation built on July 2, 2024, 9:06 a.m.