Skip to content

Commit

Permalink
update pdf export docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom committed Nov 14, 2023
1 parent e40c67d commit 78d0b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsrc/tutorials/pdf_export.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nbText: hlMd"""
Reveal.js has support for exporting a slideshow to PDF using the print function in your browser.
See [their documentation](https://revealjs.com/pdf-export/) for instructions.
Here's a quick list of important notes:
- Change the url from, for example `http://localhost:8000/slides.html` to `http://localhost:8000/slides.html?print-pdf`. This will show a printer-friendly version of your slides.
- Change the url from, for example `http://localhost:8000/slides.html` to `http://localhost:8000/slides.html?view=print`. This will show a printer-friendly version of your slides.
- It only works reliably on Chromium based browsers.
"""

Expand Down

0 comments on commit 78d0b2f

Please sign in to comment.