Re: Creole question: how does one put a literal '|' within a table?
- Posted by DerekParnell (admin) Apr 05, 2012
- 2095 views
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, "|" ) |

