-
-
Notifications
You must be signed in to change notification settings - Fork 54
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 issue #80 and almost complete #81
base: gh-pages
Are you sure you want to change the base?
Conversation
_episodes/08-command-substitution.md
Outdated
@@ -170,10 +169,10 @@ whitespace to separate command, options (flags) and parameters / | |||
arguments. For the same reason it is essential that the command (or |
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 section should probably be a callout box rather than a dedicated subsection? GH won't let me comment on the ### **Important**
line above though :(
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.
Done.
@@ -237,14 +235,13 @@ loops. | |||
> ~~~ | |||
> but for *each* of the `.pdb`-files. | |||
<!-- solution: for file in *.pdb; do sort $file > $(basename $file .pdb).sorted; done --> | |||
{: .challenge} | |||
|
|||
## Closing remarks |
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 chapter is missing "Key Points", so the respective box is empty :)
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.
Done
_episodes/09-awk.md
Outdated
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 chapter is also missing "Key Points"
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.
Done
_extras/config.md
Outdated
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.
Where do pages under _extras
end up in the rendered output?
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 actually added help.md
and config.md
for backup when these references disappear, I didn't touch other setting so I don't know how to add these to extras.
Preview available at: https://bagustris.github.io/shell-extras/