Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 5, 2019
fix yihui/bookdown-chinese#29: it is because utils::URLdecode() loses the encoding information of the input character vector
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
fix rstudio#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
committedfix rstudio/rmarkdown#1721: use the meta variable has-frontmatter=false to disable the automatic addition of \frontmatter, \mainmatter, and \backmatter
committed
Commits on Nov 27, 2019
Commits on Nov 22, 2019
Commits on Nov 21, 2019
Commits on Nov 20, 2019
- committed
- committed
- committed
@WerthPADOH since you used
sum(top)
on line 965 below, I thinktop
should be a logical vector instead of integer, i.e. should not use which() here (rstudio#783)committed