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.6 KiB
Write a comment abouth the test here. *** Parameters: *** {:css=>"style.css"} *** Markdown input: *** CSS: style.css
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
*** Output of inspect *** md_el(:document,[ md_el(:table,[ md_el(:head_cell,["First Header"],{},[]), md_el(:head_cell,["Second Header"],{},[]), md_el(:cell,["Content Cell"],{},[]), md_el(:cell,["Content Cell"],{},[]), md_el(:cell,["Content Cell"],{},[]), md_el(:cell,["Content Cell"],{},[]) ],{:align=>[:left, :left]},[]) ],{},[]) *** Output of to_html ***
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
OK!
*** Output of Markdown.pl ***
CSS: style.css
First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell
*** Output of Markdown.pl (parsed) ***
CSS: style.css
First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell