fix brackets appearing as link in title

itvirta
2018-02-24 19:42:33 +02:00
parent 5aafb57021
commit 46bb98a423

@@ -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: ### Problematic code: