-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
chore(doc): fix code block languages #20372
chore(doc): fix code block languages #20372
Conversation
@@ -9,13 +9,13 @@ Benchmarks the current production version of the plugin unless you use `gatsby-d | |||
|
|||
```shell | |||
# In the root of the Gatsby repository | |||
$ yarn run watch --scope=gatsby-plugin-manifest . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This denotes a shell input. Not really a "bug" imo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know - but i tried to unify it, because the most shell commands in docs are without the $
, and it is more convenient for copy paste ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarification. Then it makes more sense.
i see now, WebStorm has done automatic some linting in the code blocks while committing - i hope they are ok, otherwise i can revert this code changes. |
f367590
to
795cd50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes @muescha ! Helpful to add proper labels to code blocks.
* fix code blocks * revert markdown changes in unordered list
Description
fixed in code blocks:
title
namings$
in shell scriptstext
Related Issues
n/a
follow up PR
bash
toshell