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
fixrstudio#832: remove attributes on headers <h1>...<h6> since Pandoc 2.8 may add them, e.g., <h1 number="1"> (jgm/pandoc#5944), which will make bookdown fail to parse things like section numbers
also merge the 'class' attribute of <h1> into its parent div's class
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
## BUG FIXES
8
8
9
+
- Fixed cross-reference issues with Pandoc 2.8 (thanks, @N0rbert@RLesur, #832).
10
+
9
11
- For output formats like `pdf_book`, unused arguments passed to `base_format` will be discarded (thanks, @jooyoungseo, #790).
10
12
11
13
- For the sake of backward-compatibility, prevent the commands `\frontmatter`, `\mainmatter`, and `\backmatter` from being automatically added to the LaTeX output when the Pandoc version is higher than 2.7, because **bookdown** users may have added these commands by themselves (thanks, @remlapmot, rstudio/rmarkdown#1721).
0 commit comments