Commit 5b6baf9 1 parent 7642ec8 commit 5b6baf9 Copy full SHA for 5b6baf9
File tree 4 files changed +20
-9
lines changed
4 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -18554,6 +18554,9 @@ var require_yaml_intelligence_resources = __commonJS({
18554
18554
figures: {
18555
18555
title: "Figures"
18556
18556
},
18557
+ lightbox: {
18558
+ title: "Lightbox Figures"
18559
+ },
18557
18560
tables: {
18558
18561
title: "Tables"
18559
18562
},
@@ -22687,12 +22690,12 @@ var require_yaml_intelligence_resources = __commonJS({
22687
22690
mermaid: "%%"
22688
22691
},
22689
22692
"handlers/mermaid/schema.yml": {
22690
- _internalId: 180846 ,
22693
+ _internalId: 180861 ,
22691
22694
type: "object",
22692
22695
description: "be an object",
22693
22696
properties: {
22694
22697
"mermaid-format": {
22695
- _internalId: 180838 ,
22698
+ _internalId: 180853 ,
22696
22699
type: "enum",
22697
22700
enum: [
22698
22701
"png",
@@ -22708,7 +22711,7 @@ var require_yaml_intelligence_resources = __commonJS({
22708
22711
exhaustiveCompletions: true
22709
22712
},
22710
22713
theme: {
22711
- _internalId: 180845 ,
22714
+ _internalId: 180860 ,
22712
22715
type: "anyOf",
22713
22716
anyOf: [
22714
22717
{
Original file line number Diff line number Diff line change @@ -18555,6 +18555,9 @@ try {
18555
18555
figures: {
18556
18556
title: "Figures"
18557
18557
},
18558
+ lightbox: {
18559
+ title: "Lightbox Figures"
18560
+ },
18558
18561
tables: {
18559
18562
title: "Tables"
18560
18563
},
@@ -22688,12 +22691,12 @@ try {
22688
22691
mermaid: "%%"
22689
22692
},
22690
22693
"handlers/mermaid/schema.yml": {
22691
- _internalId: 180846 ,
22694
+ _internalId: 180861 ,
22692
22695
type: "object",
22693
22696
description: "be an object",
22694
22697
properties: {
22695
22698
"mermaid-format": {
22696
- _internalId: 180838 ,
22699
+ _internalId: 180853 ,
22697
22700
type: "enum",
22698
22701
enum: [
22699
22702
"png",
@@ -22709,7 +22712,7 @@ try {
22709
22712
exhaustiveCompletions: true
22710
22713
},
22711
22714
theme: {
22712
- _internalId: 180845 ,
22715
+ _internalId: 180860 ,
22713
22716
type: "anyOf",
22714
22717
anyOf: [
22715
22718
{
Original file line number Diff line number Diff line change 11526
11526
"figures": {
11527
11527
"title": "Figures"
11528
11528
},
11529
+ "lightbox": {
11530
+ "title": "Lightbox Figures"
11531
+ },
11529
11532
"tables": {
11530
11533
"title": "Tables"
11531
11534
},
@@ -15659,12 +15662,12 @@
15659
15662
"mermaid": "%%"
15660
15663
},
15661
15664
"handlers/mermaid/schema.yml": {
15662
- "_internalId": 180846 ,
15665
+ "_internalId": 180861 ,
15663
15666
"type": "object",
15664
15667
"description": "be an object",
15665
15668
"properties": {
15666
15669
"mermaid-format": {
15667
- "_internalId": 180838 ,
15670
+ "_internalId": 180853 ,
15668
15671
"type": "enum",
15669
15672
"enum": [
15670
15673
"png",
15680
15683
"exhaustiveCompletions": true
15681
15684
},
15682
15685
"theme": {
15683
- "_internalId": 180845 ,
15686
+ "_internalId": 180860 ,
15684
15687
"type": "anyOf",
15685
15688
"anyOf": [
15686
15689
{
Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ document:
74
74
75
75
figures :
76
76
title : " Figures"
77
+ lightbox :
78
+ title : " Lightbox Figures"
77
79
tables :
78
80
title : " Tables"
79
81
links :
You can’t perform that action at this time.
0 commit comments