I get this error /warning even though I downloaded mathjax locally and put this in the header
output:
html_notebook:
df_print: kable
mathjax: C:/ema/MathJax.js
which is the recommended solution.
[WARNING] Could not fetch resource https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML: HttpExceptionRequest Request {
host = "mathjax.rstudio.com"
port = 443
secure = True
requestHeaders = []
path = "/latest/MathJax.js"
queryString = "?config=TeX-AMS-MML_HTMLorMML"
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
NoResponseDataReceived
thanks everybody