From e5f7078dfbe6f65c487d65b4896b517eb74415ff Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 18 Aug 2023 09:11:07 -0700 Subject: [PATCH 1/3] removed single dollar sign math delimiter This will address #88 --- inst/pkgdown/templates/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/pkgdown/templates/head.html b/inst/pkgdown/templates/head.html index 43fe3b76..53c01e24 100644 --- a/inst/pkgdown/templates/head.html +++ b/inst/pkgdown/templates/head.html @@ -13,7 +13,7 @@ extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"] }, tex2jax: { - inlineMath: [ ['$','$'], ['\\(', '\\)']], + inlineMath: [['\\(', '\\)']], displayMath: [ ['$$','$$'], ['\\[', '\\]'] ], processEscapes: true } From 394b3af5e77d46cd625c14761abb45cf980987b4 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 18 Aug 2023 10:54:53 -0700 Subject: [PATCH 2/3] bump version; add NEWS --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 392228f1..6b33bb64 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: varnish Title: Front-end for The Carpentries Lesson Template -Version: 0.2.17 +Version: 0.2.18 Authors@R: c( person(given = "Zhian N.", family = "Kamvar", diff --git a/NEWS.md b/NEWS.md index 99aabcf6..206b689e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# varnish 0.2.18 + +* Non-math elements on the same line will no longer be treated as math + (reported: @marklcrowe, #88; fixed: @zkamvar, #89) + # varnish 0.2.17 * The margin below the schedule table in instructor view is now 25px instead of From e7ceaf4701748c197a6d23bac63003231410fe84 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 18 Aug 2023 10:59:15 -0700 Subject: [PATCH 3/3] fix news number --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 206b689e..e8aa7661 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # varnish 0.2.18 * Non-math elements on the same line will no longer be treated as math - (reported: @marklcrowe, #88; fixed: @zkamvar, #89) + (reported: @marklcrowe, #88; fixed: @zkamvar, #90) # varnish 0.2.17