Skip to content

Commit a9b1760

Browse files
committed
Fix some conflicts main
1 parent be9e271 commit a9b1760

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/authoring/tables.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ Markdown supports specification of alignment by column, but does not allow setti
589589

590590
It's possible that Quarto's processing of HTML tables may interfere with the HTML produced computationally with table packages in R and Python (or other supported languages).
591591

592+
592593
When you disable Quarto's HTML table processing, tables are not translated to Markdown, will not be rendered to other output formats, and can not use Quarto Markdown features, like cross-references, shortcodes, etc.
593594
The tables also won't be visible to Lua filters that act on `Table` nodes.
594595

docs/presentations/revealjs/presenting.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Note: This feature has been confirmed to work in [Google Chrome](https://google.
262262
To Print to PDF, do the following:
263263

264264
1. Toggle into Print View using the {{< kbd E >}} key (or using the [Navigation Menu](#navigation-menu))
265-
2. Open the in-browser print dialog {{< kbd Ctrl+P mac=Command+P >}}.
265+
2. Open the in-browser print dialog {{< kbd Ctrl+P win=Ctrl+P mac=Command+P >}}.
266266
3. Change the **Destination** setting to **Save as PDF**.
267267
4. Change the **Layout** to **Landscape**.
268268
5. Change the **Margins** to **None**.

0 commit comments

Comments
 (0)