From 6723d29acb8b7405aa8297a72b8a038f7c8818e3 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 18 Jul 2022 08:24:35 -0500 Subject: [PATCH] Drop line that causes R-devel to generate a NOTE --- R/markdown-escaping.R | 1 - man/double_escape_md.Rd | 1 - 2 files changed, 2 deletions(-) diff --git a/R/markdown-escaping.R b/R/markdown-escaping.R index c6804b971..e741f9d60 100644 --- a/R/markdown-escaping.R +++ b/R/markdown-escaping.R @@ -228,7 +228,6 @@ make_random_string <- function(length = 32) { #' @details #' Each of the following bullets should look the same when rendered: #' -#' * Double escapes: \\, \\%, \\$, \\_ #' * Backticks: `\`, `\%`, `\$`, `\_` #' * `\verb{}`: \verb{\\}, \verb{\\%}, \verb{\$}, \verb{\_} #' diff --git a/man/double_escape_md.Rd b/man/double_escape_md.Rd index 85857d089..22627fbaf 100644 --- a/man/double_escape_md.Rd +++ b/man/double_escape_md.Rd @@ -18,7 +18,6 @@ This is a regression test for Markdown escaping. \details{ Each of the following bullets should look the same when rendered: \itemize{ -\item Double escapes: \\, \\\%, \\$, \\_ \item Backticks: \verb{\\}, \verb{\\\%}, \verb{\\$}, \verb{\\_} \item \verb{\verb{}}: \verb{\\}, \verb{\\\%}, \verb{\$}, \verb{\_} }