You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* jg-devel: (35 commits)
Use latest Pandoc in GHA and update workflow (rstudio#2244)
Add class to book cover to size using CSS
fix the syntax highlighting of |> in LaTeX/PDF output: rstudio/bookdown#1157 (rstudio#2228)
Add an option to opt-out the header-attrs HTML dependency in `html_document_base()` (rstudio#2227)
Clean up NEWS.md.
Updated autogenerated documentation.
Fixed conflicts with rstudio main version.
Update documentation for html_document.
Add self (JG) as a contributor in DESCRIPTION.
Resolve conflicts with new updates to RStudio main branch.
Clean up a few things from the merge.
Fix problem building with GitHub Actions because of `mathjax: local` in the testthat tests.
Revert unnecessary formatting change to code in render.R.
Revert an unnecessary formatting change to comments in render.R.
Update NEWS.md.
revert inadevertent change from accidental merge with jg-tree-fix.
Removed unnecessary references to `allow_uptree_lib_dir` in `ioslides_presentation` and `slidy_presentation`.
Prepare for PR to RStudio.
Updated documentation for new parameter in output_format().
Removed packages.bib from tests/testthat.
...
-`html_document` output allows `lib_dir` to point to a parent of the output
5
+
directory if the `allow_uptree_lib_dir` parameter is set to `TRUE`. This used
6
+
to throw an error, "The path <file> does not appear to be a descendant of
7
+
<dir>". This makes it possible to have a directory structure for HTML output
8
+
where there is a shared master library with css, javascript, etc. and separate
9
+
child directories with RMarkdown files. #146 and #1859.
10
+
11
+
- Added a global option `rmarkdown.html_dependency.header_attr` (`TRUE` by default). It can be set to `FALSE` to opt-out the HTML dependency `html_dependency_header_attrs()` in documents based on `html_document_base()` (thanks, @salim-brstudio/bookdown#865, @maeller-lib/downlit#1538).
12
+
4
13
-`draft()` now works with `devtools::load_all()` and **testthat** when used in other packages.
5
14
6
15
rmarkdown 2.11
@@ -16,7 +25,6 @@ rmarkdown 2.11
16
25
17
26
- The previously unexported function `convert_ipynb()` is exported now (thanks, @acircleda).
0 commit comments