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

Markdown file missing syntax highlighting #225

Open
adamfrly opened this issue Mar 1, 2023 · 1 comment
Open

Markdown file missing syntax highlighting #225

adamfrly opened this issue Mar 1, 2023 · 1 comment

Comments

@adamfrly
Copy link

adamfrly commented Mar 1, 2023

Very small change, I noticed that some of the code blocks are missing syntax highlighting making them harder to read. The biggest example I could find was in docs/advanced_specs.md with:

import luxai_s2
custom_env_cfg = dict()
env = gym.make("LuxAI_S2-v0", collect_stats=False, **custom_env_cfg)
env.reset()

Would simply change to:

import luxai_s2
custom_env_cfg = dict()
env = gym.make("LuxAI_S2-v0", collect_stats=False, **custom_env_cfg)
env.reset()
@StoneT2000
Copy link
Member

feel free to make a PR to fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants