diff -rN helpr.modif//inst/views/index.html helpr//inst/views/index.html 8,9d7 < <%= helpr:::render_snippet("mathjax_config") %> < diff -rN helpr.modif//inst/views/_mathjax_config.html helpr//inst/views/_mathjax_config.html 1,16d0 < < < < < diff -rN helpr.modif//inst/views/package.html helpr//inst/views/package.html 8,9d7 < <%= helpr:::render_snippet("mathjax_config") %> < diff -rN helpr.modif//inst/views/source.html helpr//inst/views/source.html 8,9d7 < <%= helpr:::render_snippet("mathjax_config") %> < diff -rN helpr.modif//inst/views/topic.html helpr//inst/views/topic.html 8,9d7 < <%= helpr:::render_snippet("mathjax_config") %> < diff -rN helpr.modif//inst/views/whistle.html helpr//inst/views/whistle.html 8,9d7 < <%= helpr:::render_snippet("mathjax_config") %> < diff -rN helpr.modif//R/parse-rd.r helpr//R/parse-rd.r 81c81 < str_c("$", reconstruct(untag(rd[[1]]), package), "$") --- > str_c("", reconstruct(untag(rd[[1]]), package), "") 85c85 < str_c("\\[", reconstruct(untag(rd[[1]]), package), "\\]") --- > str_c("", reconstruct(untag(rd[[1]]), package), "") 87c87 < str_c("\\[", reconstruct(untag(rd[[2]]), package), "\\]") --- > str_c("", reconstruct(untag(rd[[2]]), package), "")