How to escape pipe (|) symbol while writing markdown tables
+ 1
I want to show pipe (|) symbol in one of the column's data, but when i simply write (|) markdown considering it as a separate column.
1 Answer
+ 1
Use HTML Character code | instead of Pipe | symbol like below
This results in following
| Name | Age | 
|---|---|
| Foo | 23 | 
| Bar | xyz | 23 |