From: Rodrigo Bermejo Date: 2008-06-28T08:31:12+09:00 Subject: RedCloth: table with empty value Hello List /. I am trying to build a html table from a string using RedCloth. My table should show some empty values require 'redcloth' table = RedCloth.new("|a|b|c|d|\n|A||c|d|").to_html puts table produces:
a b c d
A c d
Do you know how can I represent an empty value in a table ? Thank you /. -- Posted via http://www.ruby-forum.com/.