Skip to content

Commit

Permalink
Reapply patch correctly for pdf-export.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Aug 26, 2024
1 parent 133cd03 commit cdf4e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-docs/update-revealjs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Step to update revealjs

- [ ] Update version of REVEALJS and plugins in [`configuration`](../configuration)
- [ ] Run the update once and fix potential issue in theme patching
- [ ] Run the update once (`package\src\quarto-bld.cmd update-html-dependencies`) and fix potential issue in theme patching
- [ ] Manually check that [`settings.scss`](../src/resources/formats/revealjs/reveal/css/theme/template\settings.scss) does not have new item to add to [`quarto.scss`](../src/resources/formats/revealjs/quarto.scss). Look for `// -- START setting.scss --` and `// -- END setting.scss --`
- [ ] Check that defaults value did not change in SASS variable mapping (e.g. `$backgroundColor` default in Revealjs is set to `$body-color` in Quarto) in the same files

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var PdfExport = ( function( _Reveal ){
};
Plugin.togglePdfExport = function () {
togglePdfExport();
};
};
}

return Plugin;
Expand Down

0 comments on commit cdf4e27

Please sign in to comment.