Fixed #396
diff --git a/R/group_rows.R b/R/group_rows.R
index 3b22701..7579782 100644
--- a/R/group_rows.R
+++ b/R/group_rows.R
@@ -38,7 +38,7 @@
#' @param indent A T/F value to control whether list items are indented.
#' @param monospace T/F value to control whether the text of the
#' selected column need to be monospaced (verbatim)
-#' #' @param underline T/F value to control whether the text of the
+#' @param underline T/F value to control whether the text of the
#' selected row need to be underlined
#' @param strikeout T/F value to control whether the text of the
#' selected row need to be striked out.
@@ -233,6 +233,8 @@
if (escape) {
group_label <- input_escape(group_label, latex_align)
+ } else {
+ group_label <- sim_double_escape(group_label)
}
if (bold) {