instiki/vendor/plugins/maruku/tests/unittest/abbreviations.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

Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: ***

The HTML specification is maintained by the W3C.

*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium

Operation Tigra Genesis is going well.

*[Tigra Genesis]: *** Output of inspect *** md_el(:document,[ md_par([ "The ", md_el(:abbr,["HTML"],{:title=>"Hyper Text Markup Language"},[]), " specification is maintained by the ", md_el(:abbr,["W3C"],{:title=>"World Wide Web Consortium"},[]), "." ]), md_el(:abbr_def,[],{:abbr=>"HTML",:text=>"Hyper Text Markup Language"},[]), md_el(:abbr_def,[],{:abbr=>"W3C",:text=>"World Wide Web Consortium"},[]), md_par([ "Operation ", md_el(:abbr,["Tigra Genesis"],{:title=>nil},[]), " is going well." ]), md_el(:abbr_def,[],{:abbr=>"Tigra Genesis",:text=>nil},[]) ],{},[]) *** Output of to_html ***

The HTML specification is maintained by the W3C.

Operation Tigra Genesis is going well.

*** Output of to_latex *** The HTML specification is maintained by the W3C.

Operation Tigra Genesis is going well. *** Output of to_md *** The HTMLspecification is maintained by the W3C.

*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium Operation Tigra Genesisis going well.

*[Tigra Genesis]: *** Output of to_s *** The HTML specification is maintained by the W3C.Operation Tigra Genesis is going well. *** EOF ***

OK!

*** Output of Markdown.pl ***

The HTML specification is maintained by the W3C.

*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium

Operation Tigra Genesis is going well.

*[Tigra Genesis]:

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

The HTML specification is maintained by the W3C.

*[HTML]: Hyper Text Markup Language *[W3C]: World Wide Web Consortium

Operation Tigra Genesis is going well.

*[Tigra Genesis]: