Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 10, 2024
1 parent 142589f commit 6bf8eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man-roxygen/limitations_word_markdown.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @section Word and Markdown limitations:
#'
#' Markdown and Word tables only support these styles: italic, bold, strikeout. The `width` arugment is also unavailable
#' Markdown and Word tables only support these styles: italic, bold, strikeout. The `width` argument is also unavailable
#' Moreover, the `style_tt()` function cannot be used to style headers inserted by the `group_tt()` function;
#' instead, you should style the headers directly in the header definition using markdown syntax:
#' `group_tt(i = list("*italic header*" = 2))`. These limitations are due to the fact that there is no markdown
Expand Down

0 comments on commit 6bf8eae

Please sign in to comment.