fix: markdown code block syntax highlighting

This commit is contained in:
Michele Cereda
2023-04-22 14:14:51 +02:00
parent 6a4604c6e8
commit 64c85174ff
2 changed files with 13 additions and 13 deletions

View File

@@ -1,19 +1,19 @@
# Bourne Again SHell
1. [TL;DR](#tldr)
2. [Startup files loading order](#startup-files-loading-order)
3. [Functions](#functions)
4. [Substitutions](#substitutions)
1. [Startup files loading order](#startup-files-loading-order)
1. [Functions](#functions)
1. [Substitutions](#substitutions)
1. [!! (command substitution)](#-command-substitution)
2. [^^ (caret substitution)](#-caret-substitution)
5. [Here documents](#here-documents)
6. [Keys combinations](#keys-combinations)
7. [Check if a script is sourced by another](#check-if-a-script-is-sourced-by-another)
8. [Gotchas](#gotchas)
1. [^^ (caret substitution)](#-caret-substitution)
1. [Here documents](#here-documents)
1. [Keys combinations](#keys-combinations)
1. [Check if a script is sourced by another](#check-if-a-script-is-sourced-by-another)
1. [Gotchas](#gotchas)
1. [Exist statuses of killed commands](#exist-statuses-of-killed-commands)
2. [Go incognito](#go-incognito)
9. [Further readings](#further-readings)
10. [Sources](#sources)
1. [Go incognito](#go-incognito)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
@@ -231,7 +231,7 @@ HISTFILE=
You can also avoid recording a single command simply preceding it with space
```shell
```sh
echo $RECORDED
echo $NOT_RECORDED
```

View File

@@ -2,7 +2,7 @@
## TL;DR
```shell
```sh
# Install the CLI.
brew tap hashicorp/tap && brew install hashicorp/tap/vault