Skip to content

Instantly share code, notes, and snippets.

@kay54068
kay54068 / Pipe in Inline Code within Table in the Markdown.md
Created May 1, 2018 14:31 — forked from doggy8088/Pipe in Inline Code within Table in the Markdown.md
在 Markdown 文件中顯示一段包含 Pipe 字元程式碼的解決方案

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 |