Sam Ruby has been doing a bang-up job fixing the bugs in REXML. Who knows when these improvements will trickle down to vendor distributions of Ruby. In the meantime, let's bundle the latest version of REXML with Instiki. We check the version number of the bundled REXML against that of the System REXML, and use whichever is later.
1.7 KiB
Write a comment here *** Parameters: *** {} # params *** Markdown input: ***
h | h |
---|---|
{:t} c1 | c2 |
{: summary="Table summary" .class1 style="color:red" border=3 width="50%" frame=lhs rules=cols cellspacing=2em cellpadding=4px} |
{:t: scope="row"} *** Output of inspect *** md_el(:document,[ md_el(:table,[ md_el(:head_cell,["h"],{},[]), md_el(:head_cell,["h"],{},[]), md_el(:cell,[" c1"],{},:ref, "t"), md_el(:cell,["c2"],{},[]) ],{:align=>[:left, :left]},"summary", "Table summary"], [:class, "class1"], ["style", "color:red"], ["border", "3"], ["width", "50%"], ["frame", "lhs"], ["rules", "cols"], ["cellspacing", "2em"], ["cellpadding", "4px"), md_el(:ald,[],{:ald=>"scope", "row",:ald_id=>"t"},[]) ],{},[]) *** Output of to_html ***
h | h |
---|---|
c1 | c2 |
OK!
*** Output of Markdown.pl ***
h | h ----------|-- {:t} c1 | c2 {: summary="Table summary" .class1 style="color:red" border=3 width="50%" frame=lhs rules=cols cellspacing=2em cellpadding=4px}
{:t: scope="row"}
*** Output of Markdown.pl (parsed) ***
h | h ----------|-- {:t} c1 | c2 {: summary="Table summary" .class1 style="color:red" border=3 width="50%" frame=lhs rules=cols cellspacing=2em cellpadding=4px}
{:t: scope="row"}