When I write an R markdown file in RStudio and Knit HTML, my formulas (inline using $..$ or display using $$..$$) can be displayed properly. However, when I push my .md file to GitHub, these formulas cannot be displayed. They only show $..$ and $$..$$. Is there a way to let GitHub know how to parse latex formulas? Thanks!
When I write an R markdown file in RStudio and Knit HTML , my
Share
Some sites provide users with a service that would fit your need without any javascript involved: on-the-fly generation of images from url encoded latex formulas.
given the following markdown syntax
it will display the following image
Note: In order for the image to be properly displayed, you’ll have to ensure the querystring part of the url is percent encoded. You can easily find online tools to help you with that task, such as http://www.url-encode-decode.com