carpentries / varnish

Template for pkgdown site
https://carpentries.github.io/varnish/
Other
7 stars 29 forks source link

allow inline text with dollarsigns to be not mathed #90

Closed zkamvar closed 1 year ago

zkamvar commented 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:

  1. clone carpentries/sandpaper-docs
  2. add these lines to index.md:

    I have \$2 USD and \$5 CAD
    
    This is math $1\frac{a}{b}$
  3. install this version of varnish: devtools::install("carpentries/varnish#90")
  4. preview the lesson with sandpaper

This will fix #88