Skip to content

Commit 8c4875b

Browse files
committed
Re-render with Revealjs 5 to update freeze
It requires removing revealjs from freeze folder manually because of quarto-dev/quarto-cli#10391
1 parent 8a3a06f commit 8c4875b

File tree

15 files changed

+60
-30
lines changed

15 files changed

+60
-30
lines changed

_freeze/docs/presentations/revealjs/demo/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
-29 Bytes
Loading
-30 Bytes
Loading

_freeze/docs/presentations/revealjs/examples/code-echo/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hash": "20108c2ca26dd1c67905669ef7e0a07b",
33
"result": {
44
"engine": "jupyter",
5-
"markdown": "---\nformat:\n revealjs:\n height: 500\n---\n\n::: {#2ecbb1f9 .cell execution_count=1}\n``` {.python .cell-code}\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nr = np.arange(0, 2, 0.01)\ntheta = 2 * np.pi * r\nfig, ax = plt.subplots(subplot_kw={\"projection\": \"polar\"})\nax.plot(theta, r)\nax.set_rticks([0.5, 1, 1.5, 2])\nax.grid(True)\nplt.show()\n```\n\n::: {.cell-output .cell-output-display}\n![](code-echo_files/figure-revealjs/cell-2-output-1.png){width=450 height=439 fig-align='center'}\n:::\n:::\n\n\n",
5+
"markdown": "---\nformat:\n revealjs:\n height: 500\n---\n\n::: {#accf1084 .cell execution_count=1}\n``` {.python .cell-code}\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nr = np.arange(0, 2, 0.01)\ntheta = 2 * np.pi * r\nfig, ax = plt.subplots(subplot_kw={\"projection\": \"polar\"})\nax.plot(theta, r)\nax.set_rticks([0.5, 1, 1.5, 2])\nax.grid(True)\nplt.show()\n```\n\n::: {.cell-output .cell-output-display}\n![](code-echo_files/figure-revealjs/cell-2-output-1.png){width=450 height=439 fig-align='center'}\n:::\n:::\n\n\n",
66
"supporting": [
77
"code-echo_files"
88
],
0 Bytes
Loading

_freeze/docs/presentations/revealjs/examples/executable-code-figure-size/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/docs/presentations/revealjs/examples/index/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hash": "714353627ff1c2493943516b2eea0cb1",
33
"result": {
44
"engine": "knitr",
5-
"markdown": "---\ntitle: All revealjs examples\nformat:\n revealjs: \n slide-level: 0\n slide-number: c/t\n# listing: default\n---\n\n* [background-color](background-color.qmd)\n* [background-no-title](background-no-title.qmd)\n* [code-echo](code-echo.qmd)\n* [columns](columns.qmd)\n* [creating-slides-1](creating-slides-1.qmd)\n\n----\n\n* [creating-slides-2](creating-slides-2.qmd)\n* [creating-slides-3](creating-slides-3.qmd)\n* [executable-code-figure-size](executable-code-figure-size.qmd)\n* [footer-and-logo](footer-and-logo.qmd)\n* [image-background](image-background.qmd)\n\n----\n\n* [incremental-lists-1](incremental-lists-1.qmd)\n* [incremental-lists-2](incremental-lists-2.qmd)\n* [incremental-lists-3](incremental-lists-3.qmd)\n* [incremental-pause](incremental-pause.qmd)\n* [line-highlighting-1](line-highlighting-1.qmd)\n\n----\n\n* [line-highlighting-2](line-highlighting-2.qmd)\n* [line-highlighting-3](line-highlighting-3.qmd)\n* [line-highlighting-4](line-highlighting-4.qmd)\n* [no-footer-on-a-slide](no-footer-on-a-slide.qmd)\n* [per-slide-footer](per-slide-footer.qmd)\n\n----\n\n* [scrollable-and-smaller](scrollable-and-smaller.qmd)\n* [scrollable](scrollable.qmd)\n* [slide-with-speaker-notes](slide-with-speaker-notes.qmd)\n* [smaller](smaller.qmd)\n* [tabset](tabset.qmd)\n",
5+
"markdown": "---\ntitle: All revealjs examples\nformat:\n revealjs: \n slide-level: 0\n slide-number: c/t\n# listing: default\n---\n\n* [background-color](background-color.qmd)\n* [background-gradient](background-gradient.qmd)\n* [background-no-title](background-no-title.qmd)\n* [code-echo](code-echo.qmd)\n* [columns](columns.qmd)\n\n----\n\n* [creating-slides-1](creating-slides-1.qmd)\n* [creating-slides-2](creating-slides-2.qmd)\n* [creating-slides-3](creating-slides-3.qmd)\n* [executable-code-figure-size](executable-code-figure-size.qmd)\n* [footer-and-logo](footer-and-logo.qmd)\n\n----\n\n* [image-background](image-background.qmd)\n* [incremental-lists-1](incremental-lists-1.qmd)\n* [incremental-lists-2](incremental-lists-2.qmd)\n* [incremental-lists-3](incremental-lists-3.qmd)\n* [incremental-pause](incremental-pause.qmd)\n\n----\n\n* [line-highlighting-1](line-highlighting-1.qmd)\n* [line-highlighting-2](line-highlighting-2.qmd)\n* [line-highlighting-3](line-highlighting-3.qmd)\n* [line-highlighting-4](line-highlighting-4.qmd)\n* [no-footer-on-a-slide](no-footer-on-a-slide.qmd)\n\n----\n\n* [per-slide-footer](per-slide-footer.qmd)\n* [scrollable-and-smaller](scrollable-and-smaller.qmd)\n* [scrollable](scrollable.qmd)\n* [slide-with-speaker-notes](slide-with-speaker-notes.qmd)\n* [smaller](smaller.qmd)\n\n----\n\n* [tabset](tabset.qmd)\n",
66
"supporting": [],
77
"filters": [
88
"rmarkdown/pagebreak.lua"

_freeze/docs/presentations/revealjs/examples/line-highlighting-4/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"hash": "159c13099b33424750324b561f857bf1",
33
"result": {
44
"engine": "jupyter",
5-
"markdown": "---\nformat:\n revealjs:\n height: 450\n---\n\n::: {#2ed14e63 .cell execution_count=1}\n``` {.python .cell-code code-line-numbers=\"|6|9\"}\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nr = np.arange(0, 2, 0.01)\ntheta = 2 * np.pi * r\nfig, ax = plt.subplots(subplot_kw={'projection': 'polar'})\nax.plot(theta, r)\nax.set_rticks([0.5, 1, 1.5, 2])\nax.grid(True)\nplt.show()\n```\n\n::: {.cell-output .cell-output-display}\n![](line-highlighting-4_files/figure-revealjs/cell-2-output-1.png){width=450 height=439}\n:::\n:::\n\n\n",
5+
"markdown": "---\nformat:\n revealjs:\n height: 450\n---\n\n::: {#e187998c .cell execution_count=1}\n``` {.python .cell-code code-line-numbers=\"|6|9\"}\nimport numpy as np\nimport matplotlib.pyplot as plt\n\nr = np.arange(0, 2, 0.01)\ntheta = 2 * np.pi * r\nfig, ax = plt.subplots(subplot_kw={'projection': 'polar'})\nax.plot(theta, r)\nax.set_rticks([0.5, 1, 1.5, 2])\nax.grid(True)\nplt.show()\n```\n\n::: {.cell-output .cell-output-display}\n![](line-highlighting-4_files/figure-revealjs/cell-2-output-1.png){width=450 height=439}\n:::\n:::\n\n\n",
66
"supporting": [
77
"line-highlighting-4_files"
88
],
0 Bytes
Loading

_freeze/site_libs/revealjs/dist/theme/quarto-ad444c9c3f02de4468f9129e6cc16792.css renamed to _freeze/site_libs/revealjs/dist/theme/quarto-2ff78e2e6999b6200d15f6cb181d00bd.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)