Skip to content

Commit dc667cd

Browse files
authored
Merge pull request #12431 from CesiumGS/markdownlint-changes
Markdownlint `CHANGES.md`
2 parents bace4a7 + 82e53fc commit dc667cd

File tree

4 files changed

+586
-569
lines changed

4 files changed

+586
-569
lines changed

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
},
1111
"no-inline-html": {
1212
"allowed_elements": ["details", "summary"]
13+
},
14+
"blanks-around-fences": {
15+
"list_items": false
1316
}
1417
}

.markdownlintignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
/ThirdParty
33
/Tools/**
44

5-
CHANGES.md
6-
LICENSE.md
5+
LICENSE.md

.vscode/cspell.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@
5656
"dijit",
5757
"DONT",
5858
"ecef",
59+
"Eigen",
60+
"emscripten",
5961
"EPSG",
6062
"fxaa",
63+
"gdal",
6164
"glsl",
6265
"gltf",
6366
"iframes",
6467
"iife",
68+
"Khronos",
6569
"lerp",
6670
"Lilli",
6771
"maki",
@@ -71,6 +75,7 @@
7175
"mipmaps",
7276
"msaa",
7377
"noaa",
78+
"Occludee",
7479
"Occluder",
7580
"occluders",
7681
"octree",
@@ -82,7 +87,10 @@
8287
"pnts",
8388
"quantizations",
8489
"reproject",
90+
"slerp",
8591
"tada",
92+
"teme",
93+
"tipsify",
8694
"topo",
8795
"topojson",
8896
"Transitioner",
@@ -97,6 +105,7 @@
97105
"voxel",
98106
"VVLH",
99107
"WEBG",
108+
"WMTS",
100109
"xdescribe"
101110
]
102111
}

0 commit comments

Comments
 (0)