Skip to content

Commit

Permalink
warning is slightly better than 'danger'
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Mar 15, 2023
1 parent bfbb390 commit 392b08b
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _freeze/docs/authoring/tables/execute-results/html.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _freeze/docs/interactive/index/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion _freeze/site_libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

Empty file modified _freeze/site_libs/revealjs/plugin/math/katex.js
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions _freeze/site_libs/revealjs/plugin/pdf-export/pdfexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ var PdfExport = ( function( _Reveal ){
Reveal = _Reveal;
install();
};
Plugin.togglePdfExport = function () {
togglePdfExport();
};
}

return Plugin;
Expand Down
3 changes: 3 additions & 0 deletions _freeze/site_libs/revealjs/plugin/reveal-menu/quarto-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ window.RevealMenuToolHandlers = {
downloadDrawings: revealMenuToolHandler(function () {
RevealChalkboard.download();
}),
togglePdfExport: revealMenuToolHandler(function () {
PdfExport.togglePdfExport();
}),
};
2 changes: 1 addition & 1 deletion docs/troubleshooting/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export QUARTO_DENO_EXTRA_OPTIONS=--v8-flags=--max-old-space-size=8192

In macOS, installers write their output to `/var/log/install.log`. Inspecting this file might offer hints to what went wrong.

::: callout-caution
::: callout-warning

If you're going to ask for help on public forums, be aware that *every* macOS installer writes to the same file `/var/log/install.log`.
You should make sure you're not accidentally disclosing installation information you would rather not.
Expand Down

0 comments on commit 392b08b

Please sign in to comment.