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

1.6 KiB

Write a comment here *** Parameters: *** {} # params *** Markdown input: *** Here is a paragraph.

  • Item 1
  • Item 2
  • Item 3

*** Output of inspect *** md_el(:document,[ md_par(["Here is a paragraph."]), md_el(:ul,[ md_el(:li_span,["Item 1"],{:want_my_paragraph=>false},[]), md_el(:li_span,["Item 2"],{:want_my_paragraph=>false},[]), md_el(:li_span,["Item 3"],{:want_my_paragraph=>false},[]) ],{},[]) ],{},[]) *** Output of to_html ***

Here is a paragraph.

  • Item 1
  • Item 2
  • Item 3
*** Output of to_latex *** Here is a paragraph.
  • Item 1 * Item 2 * Item 3 *** Output of to_md *** Here is a paragraph.

-tem 1 -tem 2 -tem 3 *** Output of to_s *** Here is a paragraph.Item 1Item 2Item 3 *** EOF ***

Failed tests: [:inspect, :to_html, :to_md, :to_s]

*** Output of inspect *** -----| WARNING | ----- md_el(:document,[ md_par(["Here is a paragraph."]), md_par(["* Item 1 * Item 2 * Item 3"]) ],{},[]) *** Output of to_html *** -----| WARNING | -----

Here is a paragraph.

* Item 1 * Item 2 * Item 3

*** Output of to_latex *** Here is a paragraph.
  • Item 1 * Item 2 * Item 3 *** Output of to_md *** -----| WARNING | ----- Here is a paragraph.

  • Item 1 * Item 2 * Item 3 *** Output of to_s *** -----| WARNING | ----- Here is a paragraph.* Item 1 * Item 2 * Item 3 *** Output of Markdown.pl ***

Here is a paragraph.

  • Item 1
  • Item 2
  • Item 3

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

Here is a paragraph.

  • Item 1
  • Item 2
  • Item 3