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

Fix formatting on code samples in docs #851

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

TortillaZHawaii
Copy link
Contributor

www.ilgpu.net does not always correctly render C# code. It looks like the issue is using C# instead of c# in parts of the docs. This is especially visible in Docs/Tutorial_01.md:

  • correct coloring when using lowercase c#:
    image
  • only rendering monospace font without coloring when using uppercase C#:
    image

Copy link
Collaborator

@MoFtZ MoFtZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @TortillaZHawaii, thanks for submitting this PR.
We should probably also update the website to support uppercase C#, but this will do for now.

@m4rs-mt m4rs-mt added this to the v1.3 milestone Sep 20, 2022
@m4rs-mt m4rs-mt merged commit 996d089 into m4rs-mt:master Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants