Closed AThomsen closed 10 years ago
| should be escapable in table.
Fix in TableSpec.cs:
// Find the next vertical bar p.Mark(); while (!p.eol && p.current != '|') // p.SkipForward(1); p.SkipEscapableChar(true);
Fixed in latest master for C# and JS
| should be escapable in table.
Fix in TableSpec.cs: