a9fbf22d62
Commits on Dec 12, 2021
-
use presentation preview for presentations embedded in websites
fix edge case where this wouldn't occur if revealjs was listed within the project formats
Commits on Dec 11, 2021
-
-
more progress on linux aarch64 support (#10159)
* split npm + yarn installer scripts into separate files * further refine linux aarch64 support * hide quarto UI when disabled
Commits on Dec 10, 2021
Commits on Dec 9, 2021
-
Merge pull request #10225 from rstudio/bugfix/10223-global-general-pr…
…efs-label Trivial fix, PR as an FYI, merging now. :-)
-
-
Merge pull request #10211 from rstudio/bugfix/zero-line-collapse
Read class as engine for zero line chunks
-
Merge pull request #10207 from StatCan/feature/add-fr-locales
feat(i18n): add fr properties files
-
-
add API for bug reporting (#10220)
* add API for bug reporting * update width in the right place * avoid staggering in ':' * tweak
-
Merge pull request #10206 from StatCan/jose-i18nify-workbench-views-vcs
feat(i18n): views-vcs
-
-
-
-
-
-
Commits on Dec 8, 2021
-
-
Merge pull request #10210 from rstudio/bugfix/bbt
Fix BetterBibTeX detection on Linux
-
-
-
-
-
Merge pull request #10197 from StatCan/jose-i18nify-workbench-views-e…
…nvironment feat(i18n): views-environment
-
-
-
Replace command to modern for our cmake
Tried to used file(copy_file to copy some files to the build dir, but our cmake 3.4.3 build machines don't support it. So falling back to configure_file(in out COPYONLY) which they do support.