From 8a880026cfbf5739263ee7f8f192228d8289c6ad Mon Sep 17 00:00:00 2001 From: Charlotte Wickham Date: Fri, 22 Nov 2024 13:56:57 -0800 Subject: [PATCH] Propagate some direct changes to main to prerelease --- .well-known/atproto-did | 1 + _quarto.yml | 1 + style-guide.md => _style-guide.md | 2 +- docs/authoring/tables.qmd | 1 + docs/presentations/revealjs/presenting.qmd | 2 +- docs/websites/website-search.qmd | 12 ++++++------ 6 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .well-known/atproto-did rename style-guide.md => _style-guide.md (93%) diff --git a/.well-known/atproto-did b/.well-known/atproto-did new file mode 100644 index 0000000000..79e8fa891b --- /dev/null +++ b/.well-known/atproto-did @@ -0,0 +1 @@ +did:plc:yvu4igag5eha3sbbbx7poz2p \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index bce408b974..1a98e37b5d 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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" diff --git a/style-guide.md b/_style-guide.md similarity index 93% rename from style-guide.md rename to _style-guide.md index 27fbf7313d..df295ab972 100644 --- a/style-guide.md +++ b/_style-guide.md @@ -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 \ No newline at end of file + * Possible exception: links in blog posts diff --git a/docs/authoring/tables.qmd b/docs/authoring/tables.qmd index 0ebd4ffa4e..cecf456a7e 100644 --- a/docs/authoring/tables.qmd +++ b/docs/authoring/tables.qmd @@ -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. diff --git a/docs/presentations/revealjs/presenting.qmd b/docs/presentations/revealjs/presenting.qmd index e4a251ece7..84c2b61921 100644 --- a/docs/presentations/revealjs/presenting.qmd +++ b/docs/presentations/revealjs/presenting.qmd @@ -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**. diff --git a/docs/websites/website-search.qmd b/docs/websites/website-search.qmd index 04d37b271a..97f33c383b 100644 --- a/docs/websites/website-search.qmd +++ b/docs/websites/website-search.qmd @@ -182,12 +182,12 @@ website: index-name: application-id: 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