instiki/vendor/plugins/maruku/tests/unittest/math/table2.md
Jacques Distler 38ae064b8a Bundle Latest REXML
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.
2008-01-11 23:53:29 -06:00

2 KiB
Raw Blame History

Write a comment here *** Parameters: *** {} *** Markdown input: ***

Symbol Meaning comments
{:r} α The first I like it.
{:r} ℵ The first I like it.

{:r: scope='row'} *** Output of inspect *** md_el(:document,[ md_el(:table,[ md_el(:head_cell,["Symbol"],{},[]), md_el(:head_cell,["Meaning"],{},[]), md_el(:head_cell,["comments"],{},[]), md_el(:cell,[" ", md_entity("alpha")],{},:ref, "r"), md_el(:cell,["The first"],{},[]), md_el(:cell,["I like it."],{},[]), md_el(:cell,[" ", md_entity("aleph")],{},:ref, "r"), md_el(:cell,["The first"],{},[]), md_el(:cell,["I like it."],{},[]) ],{:align=>[:left, :left, :left]},[]), md_el(:ald,[],{:ald=>"scope", "row",:ald_id=>"r"},[]) ],{},[]) *** Output of to_html ***

SymbolMeaningcomments
αThe firstI like it.
The firstI like it.
*** Output of to_latex *** \begin{tabular}{l|l|l} Symbol&Meaning&comments\\ \hline $\alpha${}&The first&I like it.\\ &The first&I like it.\\ \end{tabular} *** Output of to_md *** SymbolMeaningcomments The firstI like it. The firstI like it. *** Output of to_s *** SymbolMeaningcomments The firstI like it. The firstI like it. *** EOF ***
OK!

*** Output of Markdown.pl ***

Symbol | Meaning | comments ------------|---------|--------- {:r} α | The first | I like it. {:r} ℵ | The first | I like it.

{:r: scope='row'}

*** Output of Markdown.pl (parsed) ***

Symbol | Meaning | comments ------------|---------|--------- {:r} α | The first | I like it. {:r} ℵ | The first | I like it.

{:r: scope='row'}