add all_cols to add_indent
diff --git a/man/cell_spec.Rd b/man/cell_spec.Rd
index f8d09af..61ff27c 100644
--- a/man/cell_spec.Rd
+++ b/man/cell_spec.Rd
@@ -5,19 +5,49 @@
\alias{text_spec}
\title{Specify Cell/Text format}
\usage{
-cell_spec(x, format, bold = FALSE, italic = FALSE, monospace = FALSE,
- underline = FALSE, strikeout = FALSE, color = NULL,
- background = NULL, align = NULL, font_size = NULL, angle = NULL,
- tooltip = NULL, popover = NULL, link = NULL, extra_css = NULL,
- escape = TRUE, background_as_tile = TRUE,
- latex_background_in_cell = TRUE)
+cell_spec(
+ x,
+ format,
+ bold = FALSE,
+ italic = FALSE,
+ monospace = FALSE,
+ underline = FALSE,
+ strikeout = FALSE,
+ color = NULL,
+ background = NULL,
+ align = NULL,
+ font_size = NULL,
+ angle = NULL,
+ tooltip = NULL,
+ popover = NULL,
+ link = NULL,
+ extra_css = NULL,
+ escape = TRUE,
+ background_as_tile = TRUE,
+ latex_background_in_cell = TRUE
+)
-text_spec(x, format, bold = FALSE, italic = FALSE, monospace = FALSE,
- underline = FALSE, strikeout = FALSE, color = NULL,
- background = NULL, align = NULL, font_size = NULL, angle = NULL,
- tooltip = NULL, popover = NULL, link = NULL, extra_css = NULL,
- escape = TRUE, background_as_tile = TRUE,
- latex_background_in_cell = FALSE)
+text_spec(
+ x,
+ format,
+ bold = FALSE,
+ italic = FALSE,
+ monospace = FALSE,
+ underline = FALSE,
+ strikeout = FALSE,
+ color = NULL,
+ background = NULL,
+ align = NULL,
+ font_size = NULL,
+ angle = NULL,
+ tooltip = NULL,
+ popover = NULL,
+ link = NULL,
+ extra_css = NULL,
+ escape = TRUE,
+ background_as_tile = TRUE,
+ latex_background_in_cell = FALSE
+)
}
\arguments{
\item{x}{Things to be formated. It could be a vector of numbers or strings.}