Display brackets in the title

Grische
2021-11-11 14:42:32 +01:00
parent bc60a750ed
commit f9c12ddeb2

@@ -1,4 +1,4 @@
## Prefer [[ ]] over [ ] for tests in Bash/Ksh. ## Prefer `[[ ]]` over `[ ]` for tests in Bash/Ksh.
This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-double-brackets` in a `# shellcheck` comment or `.shellcheckrc` This is an [[optional]] suggestion. It must be explicitly enabled with a [[directive]] `enable=require-double-brackets` in a `# shellcheck` comment or `.shellcheckrc`