rstudio / bookdown

Authoring Books and Technical Documents with R Markdown
https://pkgs.rstudio.com/bookdown/
GNU General Public License v3.0
3.76k stars 1.27k forks source link

For pandoc 3.0+, use `--split-level` when `chapter_level` is passed in `epub_book` #1425

Closed cderv closed 1 year ago

cderv commented 1 year ago

For you next release you are preparing @yihui

Closes #1416

--epub-chapter-level is deprecated in favor of --split-level and throws a warning. We now use correct argument when pandoc 3 is used.