From 59f42f4c9550d78467486936257c32bcfc18ef5c Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 16 Sep 2023 08:20:02 -0400 Subject: [PATCH] Issue #904 --- book/utils/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/utils/utils.R b/book/utils/utils.R index b1d28a8b5..7ad5012c9 100644 --- a/book/utils/utils.R +++ b/book/utils/utils.R @@ -92,7 +92,7 @@ rd2qmd = function(src) { # first column (odd entries) of table in Arguments should not be wrapped idx = grep("", tmp) idx = idx[seq_along(idx) %% 2 == 1] - tmp[idx] = sub("", '", '', tmp[idx]) # math in Equivalence section idx = grepl("<.code", tmp)