Skip to content

Commit

Permalink
Fix accidental commit of merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickham committed Oct 24, 2024
1 parent c776e84 commit 70e1aca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/authoring/tables.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -589,13 +589,9 @@ Markdown supports specification of alignment by column, but does not allow setti

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).

<<<<<<< HEAD
=======

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.
The tables also won't be visible to Lua filters that act on `Table` nodes.

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

```{.yaml}
Expand Down

0 comments on commit 70e1aca

Please sign in to comment.