Compare commits

..

5 Commits

Author SHA1 Message Date
Sahal Ansari
1b9b1fcc5d added script to generate diff table for PRs. 2024-10-18 23:15:49 -05:00
Sahal Ansari
304c1df565 fix improper escape. 2024-10-18 23:01:02 -05:00
Sahal Ansari
3fa1627998 updated remaining WRAP blocks with Mkdocs Admonitions 2024-10-18 22:52:27 -05:00
Sahal Ansari
267eb1add1 formatting fixes for parameter expansion - my favorite article. 2024-10-18 18:29:52 -05:00
Sahal Ansari
50aeb31ff8 missed some table formatting in last commit. 2024-10-18 17:57:25 -05:00
3 changed files with 2 additions and 6 deletions

View File

@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
```bash ```bash
python3 -m venv env python3 -m venv env
source env/bin/activate source env/bin/activate
pip install -r requirements.txt pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
mkdocs serve mkdocs serve
``` ```

View File

@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
| ------------------------------------------------ | ---------------------------------------------------------------- | | ------------------------------------------------ | ---------------------------------------------------------------- |
| **Grouping** | | | **Grouping** | |
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) | | `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) | | `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
| **Conditionals** | | | **Conditionals** | |
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) | | `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) | | `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |

View File

@ -1,4 +0,0 @@
mkdocs-material
mkdocs-git-revision-date-localized-plugin
mkdocs-awesome-pages-plugin
mkdocs-minify-plugin