Markdown: Escape Pipe in Tablecells
Created by: marvinone
Hi
I want to write tables like:
| parameters | desc | | :--------- | :------------------- | | -w | --word | Parameter for Word |
Basicly this is no problem. Of course the code above cant be parsed right: I cant find a way to escape the Pipe Character ('|') in the first parameter Table Cell: -w | --word
(which should be showed as one cell).
I googled but nobody seems to have the same problem. Also I tried unsuccessfully to escape with Backslash (\
), Backtick (```), HTML-Pre-Element (<pre>
).
Unfortunately I dont know which Markdown-Implementation GitLab uses - so I cant check if Markdown or GitLab is guilty ;) .
marvin