-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add cosmetic changes #930
Add cosmetic changes #930
Conversation
@@ -214,7 +214,7 @@ Use Unix-style line endings.footnote:[*BSD/Solaris/Linux/macOS users are covered | |||
==== | |||
If you're using Git you might want to add the following configuration setting to protect your project from Windows line endings creeping in: | |||
|
|||
[source,bash] | |||
[source,shell] |
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.
For consistency. I know this is the valid source. https://docs.asciidoctor.org/asciidoc/latest/verbatim/source-highlighter/#shell-vs-console
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.
What is worth noticing in the link:
[for
console
, ] the syntax highlighter will parse the prompt (e.g., $) at the start of each line, then handle the remaining text using the shell language
Should we use console
here?
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.
Yeah, console
looks better here.
a3dc539
to
08d492a
Compare
Thanks! |
No description provided.