Skip to content

Commit

Permalink
insert space
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Mar 14, 2023
1 parent fffdb32 commit d0829ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/footnote.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ symbol_generators <- list(

generate_ref <- function(ref, n, prefix, suffix) {
if (is.function(ref)) {
#'@noRd
#'@param n n-th ref symbol (integer)
#'@param part "body" (default) or "header"
#'@param footer `TRUE` or `FALSE`
#'@param ... Other arguments passed to md2df
#' @noRd
#' @param n n-th ref symbol (integer)
#' @param part "body" (default) or "header"
#' @param footer `TRUE` or `FALSE`
#' @param ... Other arguments passed to md2df
f <- function(n, part, footer, ...) lapply(ref(n, part, footer), md2df, ...)
return(f)
}
Expand Down

0 comments on commit d0829ed

Please sign in to comment.