escaped_seperator.txt 450 B

123456789
  1. |-------------------+---------------------------|
  2. | The \| works as | It can be escaped by a \. |
  3. | a separator. | |
  4. | | |
  5. | Escaping \ with | This feature would |
  6. | a \ doesn't work. | be unnecessary, because |
  7. | | a separator must be |
  8. | | preceded by a space. |
  9. |-------------------+---------------------------|