1. 80482d8 Add demo of background transition by Christophe Dervieux · 3 years, 2 months ago
  2. 767c8ba Add a demo a slide backgrounds by Christophe Dervieux · 3 years, 2 months ago
  3. f8dd374 Add demo of slide transition by Christophe Dervieux · 3 years, 2 months ago
  4. a9a379f Show vertical slides in skeleton too by Christophe Dervieux · 3 years, 2 months ago
  5. b3ac2a9 Add demo about slide transition by Christophe Dervieux · 3 years, 2 months ago
  6. 83a5cba Add fragment example in skeleton by christophe dervieux · 3 years, 2 months ago
  7. 9c31e76 Add institute variable in template for title slide (#122) by Christophe Dervieux · 3 years, 2 months ago
  8. be0827e Add NEWS about TOC following #127 by christophe dervieux · 3 years, 2 months ago
  9. d26add3 Convert roxygen doc to markdown by christophe dervieux · 3 years, 2 months ago
  10. aa008e4 Add missing variable in templates regarding toc (#127) by Christophe Dervieux · 3 years, 2 months ago
  11. 5ef4ee2 rename test file by christophe dervieux · 3 years, 2 months ago
  12. bddf947 Typo in NEWS by christophe dervieux · 3 years, 2 months ago
  13. 7052bb4 Bump version by christophe dervieux · 3 years, 2 months ago
  14. c5a317c Add NEWS bullet by christophe dervieux · 3 years, 2 months ago
  15. 0acc6c9 Remove smart argument as it is no more present in `html_document_base()` by christophe dervieux · 3 years, 2 months ago
  16. ca0e0f2 Add mention of `fig_caption` in skeleton by christophe dervieux · 3 years, 2 months ago
  17. ad3a575 Use from_rmarkdown() to build from part of the format by christophe dervieux · 3 years, 2 months ago
  18. 2f01dc9 Move processing of reveal_options out of main format (#126) by Christophe Dervieux · 3 years, 2 months ago
  19. 1ebd513 Fix typo from 062940d by christophe dervieux · 3 years, 2 months ago
  20. 062940d Use `pandoc_variable_arg` to create argument to pandoc CLI by christophe dervieux · 3 years, 2 months ago
  21. f9bae67 Style with styler by christophe dervieux · 3 years, 2 months ago
  22. 24418a8 Move utils functions outside of main format by christophe dervieux · 3 years, 2 months ago
  23. 92fa469 Refactor resource finder function by christophe dervieux · 3 years, 2 months ago
  24. 6053c41 Update NEWS by christophe dervieux · 3 years, 2 months ago
  25. ed3a69f Support background-image variable in template like other slides by christophe dervieux · 3 years, 2 months ago
  26. 69c8007 Add title-slide id to the title slide by christophe dervieux · 3 years, 2 months ago
  27. 6567a70 Add manual test / demo for frament like reveal by christophe dervieux · 3 years, 2 months ago
  28. faf8be1 Add example of the strech class in skeleton by christophe dervieux · 3 years, 2 months ago
  29. bfa2af7 Add two columns layout and more styles (#82) by atusy · 3 years, 2 months ago
  30. 23ec9d2 Add examples / tests by christophe dervieux · 3 years, 2 months ago
  31. c4d57b9 Add test for highcharter by christophe dervieux · 3 years, 2 months ago
  32. 44a2037 Add Rmd test for plotly by christophe dervieux · 3 years, 2 months ago
  33. 65b5604 Add test doc for leaflet widget by christophe dervieux · 3 years, 2 months ago
  34. ee7e9b5 Handle correctly % value in width and height by christophe dervieux · 3 years, 2 months ago
  35. 0e3a0d3 support array in chalkboard reveal_options (#88) by atusy · 3 years, 2 months ago
  36. 1b20483 Use testthat 3 by christophe dervieux · 3 years, 2 months ago
  37. e80d843 Update NEWS with current dev fixes and changes by christophe dervieux · 3 years, 2 months ago
  38. 42886a1 Add badges and remove toc in README by christophe dervieux · 3 years, 2 months ago
  39. 88c5a99 This variable needs to be quoted in template. It only accept character. by christophe dervieux · 3 years, 2 months ago
  40. 5ecfdb2 Increment version number by christophe dervieux · 3 years, 2 months ago
  41. 4d2b784 Remove outdated COPYING file by christophe dervieux · 3 years, 2 months ago
  42. e32f0ff Replace NEWS by NEWS.md by christophe dervieux · 3 years, 2 months ago
  43. b227fd0 Fix to GHA workflows (#109) by Christophe Dervieux · 3 years, 2 months ago
  44. 666a8df Add issue templates for Github by christophe dervieux · 3 years, 2 months ago
  45. 66ea666 Fix ci R CMD Check by christophe dervieux · 3 years, 2 months ago
  46. f7c93e2 pkgdown is in r-lib org by christophe dervieux · 3 years, 2 months ago
  47. 5f74c8a Correct syntax for GHA worklow by christophe dervieux · 3 years, 2 months ago
  48. 7f1add5 Add quillt structure and template (#108) by Christophe Dervieux · 3 years, 2 months ago
  49. 21239cf Add pandoc to GHA and fix build (#106) by Christophe Dervieux · 3 years, 2 months ago
  50. 76d730d usethis::use_tidy_github_actions() by christophe dervieux · 3 years, 2 months ago
  51. d5dc8e9 Fix quoting of default variable in template (#91) by Christophe Dervieux · 3 years, 4 months ago
  52. 6b272a7 Merge pull request #81 from atusy/links by J.J. Allaire · 4 years, 3 months ago
  53. 9a7e65a render README.md and man by Atsushi Yasumoto · 4 years, 3 months ago
  54. 66c5585 update links in revealjs_presentation.R by Atsushi Yasumoto · 4 years, 3 months ago
  55. e734cd8 update links in README by Atsushi Yasumoto · 4 years, 3 months ago
  56. 8127870 Merge pull request #75 from atusy/md-ext by J.J. Allaire · 4 years, 9 months ago
  57. 7053f45 devtools::document() by Atsushi Yasumoto · 4 years, 9 months ago
  58. 0bf4444 add md_exteiontions option by Atsushi Yasumoto · 4 years, 9 months ago
  59. 633c05f don't quote reveal options in template by jjallaire · 5 years ago
  60. cecb2b8 Merge pull request #66 from habi/patch-1 by J.J. Allaire · 6 years ago
  61. ac9d671 Fix typo by David Haberthür · 6 years ago
  62. c0c6899 Merge pull request #48 from jonmcalder/patch-1 by JJ Allaire · 8 years ago
  63. a35857d Update README.Rmd by Jon Calder · 8 years ago
  64. dff0c72 update NEWS and DESCRIPTION by JJ Allaire · 8 years ago
  65. 01541a2 bump reveal.js version to force updating of plugins by JJ Allaire · 8 years ago
  66. 064552c add support for menu plugin by JJ Allaire · 8 years ago
  67. 35c0b49 update to roxygen2 6.0 + markdown by JJ Allaire · 8 years ago
  68. f93c95f Remove html5shiv.js from template by JJ Allaire · 8 years ago
  69. c68f9b4 dynamic inclusion of pdf css for self_contianed (#8) by JJ Allaire · 8 years ago
  70. 4bb62a2 update NEWS and DESCRIPTION by JJ Allaire · 8 years ago
  71. 375805c add support for the chalkboard plugin by JJ Allaire · 8 years ago
  72. 32dd3cd remove travis file from reveal directory by JJ Allaire · 8 years ago
  73. b579016 update NEWS and DESCRIPTION by JJ Allaire · 8 years ago
  74. a075efe ability to specify slideNumber reveal_option as either string or boolean by JJ Allaire · 8 years ago
  75. 7da10b5 update NEWS by JJ Allaire · 8 years ago
  76. ee8ed98 Merge pull request #36 from BruceZhaoR/revealjs-3.3.0 by JJ Allaire · 8 years ago
  77. 3c3d67d modify source/(black/white.scss) and template/theme.scss by Bruce's Thinkpad · 8 years ago
  78. 36a378d modify white.css by Bruce's Thinkpad · 8 years ago
  79. e195f1c modify solarized.css by Bruce's Thinkpad · 8 years ago
  80. a3bc951 modify sky.css by Bruce's Thinkpad · 8 years ago
  81. 02529e1 modify simple.css by Bruce's Thinkpad · 8 years ago
  82. e3808d5 modify serif.css by Bruce's Thinkpad · 8 years ago
  83. f7fa1da modify night.css by Bruce's Thinkpad · 8 years ago
  84. 12841ed modify moon.css by Bruce's Thinkpad · 8 years ago
  85. 10ebcc8 modify league.css by Bruce's Thinkpad · 8 years ago
  86. ebc16fd modify blodd.css by Bruce's Thinkpad · 8 years ago
  87. 0a61807 modify black.css by Bruce's Thinkpad · 8 years ago
  88. b4725b6 modify beige.css by Bruce's Thinkpad · 8 years ago
  89. 7271088 except theme by Bruce's Thinkpad · 8 years ago
  90. 7dbf276 replace from 3.3.0 except css by Bruce's Thinkpad · 8 years ago
  91. eea3bca still use pandoc_path_arg when not on windows by JJ Allaire · 8 years ago
  92. 20e6c31 Merge pull request #37 from BruceZhaoR/PR1 by JJ Allaire · 8 years ago
  93. 8b73dcf upgrade to reveal.js-3.3.0 by Bruce's Thinkpad · 8 years ago
  94. 30f9bc0 fix typo by BruceZhao · 8 years ago
  95. 4609b6c Standalone PR for fixing the revealjs-url bug in Windows by Bruce's Thinkpad · 8 years ago
  96. 5f51424 update readme by JJ Allaire · 8 years ago
  97. 82a8dee support for zoom, search, and notes reveal.js plugins by JJ Allaire · 8 years ago
  98. c58a6c4 always forward slide-level; update NEWS by JJ Allaire · 9 years ago
  99. 158f5c7 Merge pull request #30 from mdlerch/slidelevel by JJ Allaire · 9 years ago
  100. 8d845bb Interpret slide_level in YAML by Michael Lerch · 9 years ago