diff --git a/src/resources/editor/tools/vs-code.mjs b/src/resources/editor/tools/vs-code.mjs
index 3301bab381f..d1dcdcdc5a1 100644
--- a/src/resources/editor/tools/vs-code.mjs
+++ b/src/resources/editor/tools/vs-code.mjs
@@ -16646,6 +16646,11 @@ var require_yaml_intelligence_resources = __commonJS({
},
{
name: "number-offset",
+ tags: {
+ formats: [
+ "$html-all"
+ ]
+ },
schema: {
maybeArrayOf: "number"
},
@@ -22964,6 +22969,7 @@ var require_yaml_intelligence_resources = __commonJS({
"The light theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
+ "Array of rendering names, e.g. [light, dark]
",
"Classes to apply to the body of the document.",
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
"Enables inclusion of Pandoc default CSS for this document.",
@@ -23980,7 +23986,7 @@ var require_yaml_intelligence_resources = __commonJS({
"A url to the full text for this item.",
{
short: "Type, class, or subtype of the item",
- long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \u201Cadventure\u201D\nfor an adventure movie)"
+ long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \uFFFD\uFFFDadventure\u201D\nfor an adventure movie)"
},
"Guest (e.g. on a TV show or podcast).",
"Host of the item (e.g. of a TV show or podcast).",
@@ -24068,8 +24074,7 @@ var require_yaml_intelligence_resources = __commonJS({
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
"Manuscript configuration",
"internal-schema-hack",
- "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
- "Array of rendering names, e.g. [light, dark]
"
+ "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
],
"schema/external-schemas.yml": [
{
@@ -24298,12 +24303,12 @@ var require_yaml_intelligence_resources = __commonJS({
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
- _internalId: 194632,
+ _internalId: 195064,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
- _internalId: 194624,
+ _internalId: 195056,
type: "enum",
enum: [
"png",
@@ -24319,7 +24324,7 @@ var require_yaml_intelligence_resources = __commonJS({
exhaustiveCompletions: true
},
theme: {
- _internalId: 194631,
+ _internalId: 195063,
type: "anyOf",
anyOf: [
{
diff --git a/src/resources/editor/tools/yaml/web-worker.js b/src/resources/editor/tools/yaml/web-worker.js
index 49cb572456d..a163a964220 100644
--- a/src/resources/editor/tools/yaml/web-worker.js
+++ b/src/resources/editor/tools/yaml/web-worker.js
@@ -16647,6 +16647,11 @@ try {
},
{
name: "number-offset",
+ tags: {
+ formats: [
+ "$html-all"
+ ]
+ },
schema: {
maybeArrayOf: "number"
},
@@ -22965,6 +22970,7 @@ try {
"The light theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
+ "Array of rendering names, e.g. [light, dark]
",
"Classes to apply to the body of the document.",
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
"Enables inclusion of Pandoc default CSS for this document.",
@@ -23981,7 +23987,7 @@ try {
"A url to the full text for this item.",
{
short: "Type, class, or subtype of the item",
- long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \u201Cadventure\u201D\nfor an adventure movie)"
+ long: "Type, class, or subtype of the item (e.g. \u201CDoctoral dissertation\u201D for\na PhD thesis; \u201CNIH Publication\u201D for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. \uFFFD\uFFFDadventure\u201D\nfor an adventure movie)"
},
"Guest (e.g. on a TV show or podcast).",
"Host of the item (e.g. of a TV show or podcast).",
@@ -24069,8 +24075,7 @@ try {
"Disambiguating year suffix in author-date styles (e.g. \u201Ca\u201D in \u201CDoe,\n1999a\u201D).",
"Manuscript configuration",
"internal-schema-hack",
- "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019.",
- "Array of rendering names, e.g. [light, dark]
"
+ "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto\u2019s default order\nis \u2018knitr\u2019, \u2018jupyter\u2019, \u2018markdown\u2019, \u2018julia\u2019."
],
"schema/external-schemas.yml": [
{
@@ -24299,12 +24304,12 @@ try {
mermaid: "%%"
},
"handlers/mermaid/schema.yml": {
- _internalId: 194632,
+ _internalId: 195064,
type: "object",
description: "be an object",
properties: {
"mermaid-format": {
- _internalId: 194624,
+ _internalId: 195056,
type: "enum",
enum: [
"png",
@@ -24320,7 +24325,7 @@ try {
exhaustiveCompletions: true
},
theme: {
- _internalId: 194631,
+ _internalId: 195063,
type: "anyOf",
anyOf: [
{
diff --git a/src/resources/editor/tools/yaml/yaml-intelligence-resources.json b/src/resources/editor/tools/yaml/yaml-intelligence-resources.json
index d2b33eb5bf7..a67b04a4c8e 100644
--- a/src/resources/editor/tools/yaml/yaml-intelligence-resources.json
+++ b/src/resources/editor/tools/yaml/yaml-intelligence-resources.json
@@ -9618,6 +9618,11 @@
},
{
"name": "number-offset",
+ "tags": {
+ "formats": [
+ "$html-all"
+ ]
+ },
"schema": {
"maybeArrayOf": "number"
},
@@ -15936,6 +15941,7 @@
"The light theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
"The dark theme name, theme scss file, or a mix of both.",
+ "Array of rendering names, e.g. [light, dark]
",
"Classes to apply to the body of the document.",
"Disables the built in html features like theming, anchor sections,\ncode block behavior, and more.",
"Enables inclusion of Pandoc default CSS for this document.",
@@ -16952,7 +16958,7 @@
"A url to the full text for this item.",
{
"short": "Type, class, or subtype of the item",
- "long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. “adventure”\nfor an adventure movie)"
+ "long": "Type, class, or subtype of the item (e.g. “Doctoral dissertation” for\na PhD thesis; “NIH Publication” for an NIH technical report);\nDo not use for topical descriptions or categories (e.g. ��adventure”\nfor an adventure movie)"
},
"Guest (e.g. on a TV show or podcast).",
"Host of the item (e.g. of a TV show or podcast).",
@@ -17040,8 +17046,7 @@
"Disambiguating year suffix in author-date styles (e.g. “a” in “Doe,\n1999a”).",
"Manuscript configuration",
"internal-schema-hack",
- "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’.",
- "Array of rendering names, e.g. [light, dark]
"
+ "List execution engines you want to give priority when determining\nwhich engine should render a notebook. If two engines have support for a\nnotebook, the one listed earlier will be chosen. Quarto’s default order\nis ‘knitr’, ‘jupyter’, ‘markdown’, ‘julia’."
],
"schema/external-schemas.yml": [
{
@@ -17270,12 +17275,12 @@
"mermaid": "%%"
},
"handlers/mermaid/schema.yml": {
- "_internalId": 194632,
+ "_internalId": 195064,
"type": "object",
"description": "be an object",
"properties": {
"mermaid-format": {
- "_internalId": 194624,
+ "_internalId": 195056,
"type": "enum",
"enum": [
"png",
@@ -17291,7 +17296,7 @@
"exhaustiveCompletions": true
},
"theme": {
- "_internalId": 194631,
+ "_internalId": 195063,
"type": "anyOf",
"anyOf": [
{
diff --git a/src/resources/schema/document-numbering.yml b/src/resources/schema/document-numbering.yml
index 6bc28658c4e..a51cec3b4f4 100644
--- a/src/resources/schema/document-numbering.yml
+++ b/src/resources/schema/document-numbering.yml
@@ -34,6 +34,8 @@
description: The numbering depth for sections. (Use `number-depth` instead).
- name: number-offset
+ tags:
+ formats: [$html-all]
schema:
maybeArrayOf: number
default: [0, 0, 0, 0, 0, 0]