Skip to content

Commit

Permalink
Replace bold with headings in breaking changes pages (#2774)
Browse files Browse the repository at this point in the history
* Replace bold with headings in breaking changes pages
  (keep the linter happy at all costs)
* Group breaking changes by impact
* Fix some issues
  • Loading branch information
roji committed Oct 17, 2020
1 parent ff71bbf commit c2721ec
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 325 deletions.
3 changes: 1 addition & 2 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"MD025": { "front_matter_title": "" },
"MD027": false,
"MD028": false,
"MD033": { "allowed_elements": ["sup", "sub", "nobr", "span", "a"] },
"MD036": false
"MD033": { "allowed_elements": ["sup", "sub", "nobr", "span", "a"] }
}
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
],
"cSpell.words": [
"LINQ",
"dbcontext",
"mitigations",
"navigations",
"parameterizable",
"pluralizer",
"queryable",
"savepoint",
"savepoints",
Expand Down
Loading

0 comments on commit c2721ec

Please sign in to comment.