Cannot escape pipeline character inside table row

Issue #12 new
Behzad Shabani created an issue

How can I escape pipeline character inside a table row. formerly, I could do this with placing backspace beside the pipeline but now it doesn't seems to work properly

an example:

Example Table
Row 1 | (this will not be shown as the previous pipeline is not escaped)

Markdown source for table above:

Example | Table
---|---
Row 1 | \| *(this will not be shown as the previous pipeline is not escaped)* 

Comments (4)

  1. Log in to comment