Closed zkamvar closed 1 year ago
This removes the use of $ delimiters for MathJax since pandoc will allow those.
$
You can confirm this works by doing the following:
carpentries/sandpaper-docs
add these lines to index.md:
index.md
I have \$2 USD and \$5 CAD This is math $1\frac{a}{b}$
devtools::install("carpentries/varnish#90")
This will fix #88
This removes the use of
$
delimiters for MathJax since pandoc will allow those.You can confirm this works by doing the following:
carpentries/sandpaper-docs
add these lines to
index.md
:devtools::install("carpentries/varnish#90")
This will fix #88