We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9966206 commit 11ea723Copy full SHA for 11ea723
1 file changed
starlight/src/remark/rewrite-code-group.mjs
@@ -33,7 +33,7 @@ function attr(name, value) {
33
// preserving relative order among themselves and among the rest. Lets
34
// us promote `.NET` over `Laravel` (the upstream Inertia.js content's
35
// default) without rewriting any .mdx file.
36
-const PROMOTE_TO_FIRST = [".NET"];
+const PROMOTE_TO_FIRST = ["Razor (.NET)", ".NET"];
37
38
function reorderForPromotion(items, labelOf) {
39
const promoted = [];
0 commit comments