Skip to content

Commit 70e1aca

Browse files
committed
Fix accidental commit of merge conflict
1 parent c776e84 commit 70e1aca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/authoring/tables.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,9 @@ 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-
<<<<<<< HEAD
593-
=======
594-
595592
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.
596593
The tables also won't be visible to Lua filters that act on `Table` nodes.
597594

598-
>>>>>>> ffe339482 (Merge similar paragraphs)
599595
You can disable Quarto's HTML table processing at a document level or project level with the option `html-table-processing`:
600596

601597
```{.yaml}

0 commit comments

Comments
 (0)