Skip to content

Commit 8a88002

Browse files
committed
Propagate some direct changes to main to prerelease
1 parent 5ae46e0 commit 8a88002

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

.well-known/atproto-did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
did:plc:yvu4igag5eha3sbbbx7poz2p

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ project:
66
- "/docs/download/_prerelease.json"
77
- "/_redirects"
88
- "/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/demo"
9+
- "/.well-known/atproto-did"
910

1011
website:
1112
title: "Quarto"

style-guide.md renamed to _style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
* 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`.
77
* 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`.
88
* Use `.qmd` instead of `.html`. E.g. use `content.qmd#editing-tables`, not `content.html#editing-tables`
9-
* Possible exception: links in blog posts
9+
* Possible exception: links in blog posts

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

docs/websites/website-search.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ website:
182182
index-name: <my-index-name>
183183
application-id: <my-application-id>
184184
search-only-api-key: <my-search-only-api-key>
185-
index-fields:
186-
href: url
187-
section: sec
188-
text: body
189-
params:
190-
tagFilters: ['tag1','tag2']
185+
index-fields:
186+
href: url
187+
section: sec
188+
text: body
189+
params:
190+
tagFilters: ['tag1','tag2']
191191
```
192192

193193
## Disabling/Forcing Search

0 commit comments

Comments
 (0)