Skip to content

Commit c2721ec

Browse files
authored
Replace bold with headings in breaking changes pages (#2774)
* Replace bold with headings in breaking changes pages (keep the linter happy at all costs) * Group breaking changes by impact * Fix some issues
1 parent ff71bbf commit c2721ec

File tree

4 files changed

+336
-325
lines changed

4 files changed

+336
-325
lines changed

.markdownlint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"MD025": { "front_matter_title": "" },
66
"MD027": false,
77
"MD028": false,
8-
"MD033": { "allowed_elements": ["sup", "sub", "nobr", "span", "a"] },
9-
"MD036": false
8+
"MD033": { "allowed_elements": ["sup", "sub", "nobr", "span", "a"] }
109
}

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
],
1212
"cSpell.words": [
1313
"LINQ",
14+
"dbcontext",
1415
"mitigations",
1516
"navigations",
1617
"parameterizable",
18+
"pluralizer",
1719
"queryable",
1820
"savepoint",
1921
"savepoints",

0 commit comments

Comments
 (0)