Skip to content

Commit

Permalink
mathml needs this internal function: mgondan/mathml#18
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
yihui committed Nov 5, 2024
1 parent a4a8288 commit 15da0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,9 @@ escape_latex = function(x, newlines = FALSE, spaces = FALSE) {
x
}

# TODO: remove this after https://github.com/mgondan/mathml/pull/18
escape_html = xfun::html_escape

#' Read source code from R-Forge
#'
#' This function reads source code from the SVN repositories on R-Forge.
Expand Down

0 comments on commit 15da0ed

Please sign in to comment.