Table 1: There is a pipe ( | ) character inside Table Cell. It can't display properly.
| Alias | Command | What to Type |
|---|---|---|
git cleanup |
`git branch --merged | grep -v '*' |
Table 2: There is a pipe ( | ) character that escape with a HTML Entity ( | ). Within ` sign, all HTML Entities will output ASIS which is not what I want.
| Alias | Command | What to Type |