Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .well-known/atproto-did
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
did:plc:yvu4igag5eha3sbbbx7poz2p
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ project:
- "/docs/download/_prerelease.json"
- "/_redirects"
- "/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/demo"
- "/.well-known/atproto-did"

website:
title: "Quarto"
Expand Down
2 changes: 1 addition & 1 deletion style-guide.md → _style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* Prefer absolute paths from the root of the project over relative paths involving `../`. E.g. use `/docs/output-formats/html-themes.qmd`, not `../output-formats/html-themes.qmd`.
* Possible exception: documents in a subfolder of a section that link to the section root, e.g. you may use `../index.qmd` to refer to `docs/manuscripts/index.qmd` from `docs/manuscripts/authoring/index.qmd`.
* Use `.qmd` instead of `.html`. E.g. use `content.qmd#editing-tables`, not `content.html#editing-tables`
* Possible exception: links in blog posts
* Possible exception: links in blog posts
1 change: 1 addition & 0 deletions docs/authoring/tables.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ 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).


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.

Expand Down
2 changes: 1 addition & 1 deletion docs/presentations/revealjs/presenting.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Note: This feature has been confirmed to work in [Google Chrome](https://google.
To Print to PDF, do the following:

1. Toggle into Print View using the {{< kbd E >}} key (or using the [Navigation Menu](#navigation-menu))
2. Open the in-browser print dialog {{< kbd Ctrl+P mac=Command+P >}}.
2. Open the in-browser print dialog {{< kbd Ctrl+P win=Ctrl+P mac=Command+P >}}.
3. Change the **Destination** setting to **Save as PDF**.
4. Change the **Layout** to **Landscape**.
5. Change the **Margins** to **None**.
Expand Down
12 changes: 6 additions & 6 deletions docs/websites/website-search.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ website:
index-name: <my-index-name>
application-id: <my-application-id>
search-only-api-key: <my-search-only-api-key>
index-fields:
href: url
section: sec
text: body
params:
tagFilters: ['tag1','tag2']
index-fields:
href: url
section: sec
text: body
params:
tagFilters: ['tag1','tag2']
```

## Disabling/Forcing Search
Expand Down