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

7 years ago by

+ 1

Use HTML Character code | instead of Pipe | symbol like below


This results in following

NameAge
Foo23
Bar | xyz23
7 years ago by Karthik Divi



Your Answer