Markdown update in heading

Joachim Ansorg
2021-11-12 10:27:49 +01:00
parent 6b0a8ff815
commit 8fb02f045f

@@ -1,4 +1,4 @@
## Use 'if cmd; then ..' to check exit code, or 'if [ "$(cmd)" = .. ]' to check output.
## Use `if cmd; then ..` to check exit code, or `if [ "$(cmd)" = .. ]` to check output.
### Problematic code: