Skip to content

Commit e9ad321

Browse files
erkalaiguardrex
andauthored
Fix: update URL and correct text alignment (#35997)
* Fix: update URL and correct text alignment * Revert table changes * Revise markdown code block standards Updated language code and indentation standards for markdown code blocks. * Update language code and indentation standards table --------- Co-authored-by: Luke Latham <[email protected]>
1 parent 7909b19 commit e9ad321

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/copilot-instructions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When creating a PR for an issue:
5252
- For links to GitHub repositories:
5353
- Use the full URL path
5454
- Example: `https://github.com/maraf/blazor-wasm-react/blob/main/blazor/Counter.razor`
55-
- Example: `https://github.com/dotnet/blazor-samples/10.0/BlazorWebAssemblyReact/blazor/Counter.razor`
55+
- Example: `https://github.com/dotnet/blazor-samples/blob/main/10.0/BlazorWebAssemblyReact/blazor/Counter.razor`
5656
- For other Git hosting services or non-Microsoft domains, use the full URL
5757
- Example: `https://gitlab.com/username/repo-name`
5858

@@ -135,15 +135,15 @@ When creating a PR for an issue:
135135
- Use the following language code and indentation standards for markdown code blocks or the `language` attribute of code snippets:
136136
137137
Content of the snippet | Language code | Indentation in spaces
138-
:---: | :---: | :---:
139-
C# | csharp | 4
140-
HTML | html | 4
141-
CSS | css | 4
142-
JavaScript | javascript | 2 spaces (use 4 spaces for line continuation)
143-
XML | xml | 2
144-
JSON | json | 2
145-
Console | console | 2
146-
Text | - | 2
138+
:--------------------: | :-----------: | :-------------------:
139+
C# | csharp | 4
140+
HTML | html | 4
141+
CSS | css | 4
142+
JavaScript | javascript | 2 spaces (use 4 spaces for line continuation)
143+
XML | xml | 2
144+
JSON | json | 2
145+
Console | console | 2
146+
Text | - | 2
147147
148148
### ASP.NET Core Specific Guidelines
149149
- Use the latest supported version for examples unless otherwise specified

0 commit comments

Comments
 (0)