Chad Woolley
2008-Sep-17 06:02 UTC
[webgen-users] bug in maruku with single-element nested unordered list?
This does not produce the expected output, yet does work on the dingus [1]: * asdf * asdf>> require ''maruku''=> true>> doc = Maruku.new("* asdf\n * asdf\n")=> md_el(:document,[ md_el(:ul,[md_el(:li_span,["asdf * asdf"],{:want_my_paragraph=>false},[])],{},[]) ],{},[])>> doc.to_html=> "<ul>\n<li>asdf * asdf</li>\n</ul>" [1] http://daringfireball.net/projects/markdown/dingus
Thomas Leitner
2008-Sep-17 07:51 UTC
[webgen-users] bug in maruku with single-element nested unordered list?
Am Tue, 16 Sep 2008 23:02:05 -0700 schrieb "Chad Woolley" <thewoolleyman at gmail.com>:> This does not produce the expected output, yet does work on the > dingus [1]: > > * asdf > * asdf > > >> require ''maruku'' > => true > >> doc = Maruku.new("* asdf\n * asdf\n") > => md_el(:document,[ > md_el(:ul,[md_el(:li_span,["asdf * > asdf"],{:want_my_paragraph=>false},[])],{},[]) > ],{},[]) > >> doc.to_html > => "<ul>\n<li>asdf * asdf</li>\n</ul>" > > > [1] http://daringfireball.net/projects/markdown/dingusThanks for reporting! I have posted this to the maintainer of Maruku! -- Thomas
Chad Woolley
2008-Sep-21 07:39 UTC
[webgen-users] bug in maruku with single-element nested unordered list?
On Wed, Sep 17, 2008 at 12:51 AM, Thomas Leitner <t_leitner at gmx.at> wrote:> Thanks for reporting! I have posted this to the maintainer of Maruku!Bug opened here: http://rubyforge.org/tracker/index.php?func=detail&aid=22109&group_id=2795&atid=10735