It's seems like it's not possible to have a | character in a remarkup table, even in a code block.
Trying to put cat file | grep something into a table splits the code block and creates two cells:
| Sample | `cat file | grep something`
Sample | `cat file | grep something` |
Is there anyway to escape the pipe or tell it to respect the code block?
As a temporary work around, we can include a paste via {P1254}, but this really clunky.
Blah |