Hi all,
I am a big fan of R markdown and I am now trying to create blogs (in HTML format) with it. However, I have been encountering problems when adding math symbols - I am aware of this post Problems in LaTeX symbols while creating HTML documents by R Mardown and tried to call mathjax with the following codes
---
title: "Hello R Markdown"
output:
html_document:
mathjax: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_CHTML.js"
---
but unfortunately, it did not work. Does anyone know a mathjax link that can work properly?
Many thanks,
Fan