Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Todd O'Bryan
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 toddobr...@gmail.com 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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Vincent Massol
Just use the escape symbol (i.e. '~').

For example:
|hello ~!= toto|test


On Wed, Nov 13, 2013 at 3:31 PM, Todd O'Bryan toddobr...@gmail.com 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 toddobr...@gmail.com
 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Todd O'Bryan
Thanks! I forgot that ~ was the escape character... :-(

On Wed, Nov 13, 2013 at 9:39 AM, Vincent Massol vinc...@massol.net 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 toddobr...@gmail.com 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 toddobr...@gmail.com
 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
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users