[xwiki-users] pipe symbol in table
How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my programming class. I tried putting backslash in front of the pipe, but that didn't work. Todd
I'm also having trouble getting != (for Java's not equal operator) to display. The table thinks I want a header. On Wed, Nov 13, 2013 at 9:20 AM, Todd O'Bryan <[email protected]> wrote:
How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my programming class. I tried putting backslash in front of the pipe, but that didn't work.
Todd
Just use the escape symbol (i.e. '~'). For example: |hello ~!= toto|test On Wed, Nov 13, 2013 at 3:31 PM, Todd O'Bryan <[email protected]> wrote:
I'm also having trouble getting != (for Java's not equal operator) to display. The table thinks I want a header.
On Wed, Nov 13, 2013 at 9:20 AM, Todd O'Bryan <[email protected]> wrote:
How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my programming class. I tried putting backslash in front of the pipe, but that didn't work.
Todd
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks! I forgot that ~ was the escape character... :-( On Wed, Nov 13, 2013 at 9:39 AM, Vincent Massol <[email protected]> wrote:
Just use the escape symbol (i.e. '~').
For example: |hello ~!= toto|test
On Wed, Nov 13, 2013 at 3:31 PM, Todd O'Bryan <[email protected]> wrote:
I'm also having trouble getting != (for Java's not equal operator) to display. The table thinks I want a header.
On Wed, Nov 13, 2013 at 9:20 AM, Todd O'Bryan <[email protected]> wrote:
How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my programming class. I tried putting backslash in front of the pipe, but that didn't work.
Todd
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Todd O'Bryan -
Vincent Massol