-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2260238
commit 142589f
Showing
7 changed files
with
331 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#' @section Word and Markdown limitations: | ||
#' | ||
#' Markdown and Word tables only support these styles: italic, bold, strikeout. The `width` arugment 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 | ||
#' syntax for the other options, and that we create Word documents by converting a markdown table to .docx | ||
#' via the Pandoc software. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.