Skip to content

Commit

Permalink
Update bookdown_to_leanpub.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jun 29, 2024
1 parent 12f49f7 commit aee7482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/bookdown_to_leanpub.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Convert Bookdown to Leanpub
no#' Convert Bookdown to Leanpub
#'
#' @param path path to the bookdown book, must have a `_bookdown.yml` file
#' @param chapt_img_key File path to a TSV whose contents are the chapter urls (`url`),
Expand Down Expand Up @@ -40,7 +40,7 @@
#' }
bookdown_to_embed_leanpub <- function(path = ".",
chapt_img_key = NULL,
bookdown_index = file.path(base_url, "index.html"),
html_page = file.path(base_url, "index.html"),
base_url = NULL,
clean_up = FALSE,
default_img = NULL,
Expand Down

0 comments on commit aee7482

Please sign in to comment.