Normal
Italic
Bold
Bold Italic
Strikeout
Underlined
Mono
Hello[1] World![2] Hello again![1][3]
shell=sh
external-sources=true
<br/>
Optional checks
enable=avoid-nullary-conditions
enable=check-extra-masked-returns
enable=deprecate-which
enable=require-double-brackets
<br/>
Solaris 8-9 compatibility
disable=SC2006 # Don't suggest $(…) instead of `…`
disable=SC2021 # Ignore bracketed tr(1) ranges
Don't suggest explicit “-n” operators in tests
disable=SC2244