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

readme uses sh codeblocks instead of console #2386

Closed
lolbinarycat opened this issue Sep 21, 2024 · 1 comment
Closed

readme uses sh codeblocks instead of console #2386

lolbinarycat opened this issue Sep 21, 2024 · 1 comment

Comments

@lolbinarycat
Copy link

console code blocks are meant for showing the output of commands

$ just --list
Available recipes:
    build # build stuff
    test # test stuff

sh code blocks are meant for formatting shell scripts, and will incorrectly highlight any words that happen to be shell builtins:

$ just --list
Available recipes:
    build # build stuff
    test # test stuff
@casey
Copy link
Owner

casey commented Sep 22, 2024

Nice! I had no idea console was a thing. Fixed in #2388.

@casey casey closed this as completed Sep 22, 2024
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

No branches or pull requests

2 participants