1. Creole question: how does one put a literal '|' within a table?

A table formatted as this sample,

|=column1   |=column2                        | 
|           | <eucode>puts(1, "|" )</eucode> | 

produces this result;

column1 column2

puts(1,
" )</eucode>

How does one put a literal "|" within a table?

new topic     » topic index » view message » categorize

2. Re: Creole question: how does one put a literal '|' within a table?

_tom said...

How does one put a literal "|" within a table?

One is supposed to be able to do this by prefixing the bar with a tilde, such as ~|, but that is not working.

This is a bug in the creole processor. I'll add the ticket for it and get on to fixing it.

new topic     » goto parent     » topic index » view message » categorize

3. Re: Creole question: how does one put a literal '|' within a table?

Thankyou for the quick response. Tom

new topic     » goto parent     » topic index » view message » categorize

4. Re: Creole question: how does one put a literal '|' within a table?

This has been fixed now. The following code produces the correct table cells.

| =column1= | =column2=                       | 
|           | <eucode>puts(1, "~|" )</eucode> | 

produces this result ...

column1 column2

puts(1, "|" )
new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu