Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code example has broken syntax highlighting #40255

Closed
UmbrellaCrow612 opened this issue Mar 29, 2024 · 1 comment · Fixed by #40256
Closed

Code example has broken syntax highlighting #40255

UmbrellaCrow612 opened this issue Mar 29, 2024 · 1 comment · Fixed by #40256
Labels
csharp-linq/subsvc doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri2

Comments

@UmbrellaCrow612
Copy link

Type of issue

Typo

Description

The page has this code example that is greyed out due to sntax highlighting being broken
image

I think looking at the md docs the :::code language="csharp;" has a ; in it that is making it not recognize the language

Page URL

https://learn.microsoft.com/en-us/dotnet/csharp/linq/standard-query-operators/set-operations

Content source URL

https://github.com/dotnet/docs/blob/main/docs/csharp/linq/standard-query-operators/set-operations.md

Document Version Independent Id

77eff122-b9a5-2b1f-3a68-df302cb46194

Article author

@BillWagner

Metadata

  • ID: fbdace9d-6fa0-0aec-25b4-df6f414001d7
  • Service: dotnet-csharp
  • Sub-service: csharp-linq
@BillWagner
Copy link
Member

Thanks for pointing this out @UmbrellaCrow612

I've opened a PR to address the issue. In the future, if you find issues like this where the fix is obvious, you can click the "edit" button on the top of the page (it looks like a pencil) and open a PR directly.

Thanks for helping us improve.

@BillWagner BillWagner added the doc-bug Problem with the content; needs to be fixed [org][type][category] label Mar 29, 2024
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Mar 29, 2024
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Mar 29, 2024
BillWagner added a commit that referenced this issue Mar 29, 2024
* Fix language descriptor

Fixes #40255

* Update set-operations.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csharp-linq/subsvc doc-bug Problem with the content; needs to be fixed [org][type][category] dotnet-csharp/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. Pri2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants