instiki/vendor/plugins/maruku/tests/unittest/divs/div3_nest.md
Jacques Distler c427807274 Blahtex
Sync with latest Maruku.
Pave the way for Blahtex (PNG-based math) support (from Ari Stern).
   (no visible functionality, yet, but that will come)
2008-07-26 04:14:41 -05:00

1.8 KiB

Write a comment here *** Parameters: *** require 'maruku/ext/div'; {} # params *** Markdown input: *** +-----------------------------------{.warning}------ | this is the last warning! | | please, go away! | | +------------------------------------- {.menace} -- | | or else terrible things will happen | +-------------------------------------------------- +--------------------------------------------------- *** Output of inspect *** md_el(:document,[ md_el(:div,[ md_par(["this is the last warning!"]), md_par(["please, go away!"]), md_el(:div,[md_par(["or else terrible things will happen"])],{},:class, "menace") ],{},:class, "warning") ],{},[]) *** Output of to_html ***

this is the last warning!

please, go away!

or else terrible things will happen

*** Output of to_latex ***

*** Output of to_md *** this is the last warning!

please, go away!

or else terrible things will happen *** Output of to_s *** this is the last warning!please, go away!or else terrible things will happen *** EOF ***

OK!

*** Output of Markdown.pl ***

+-----------------------------------{.warning}------ | this is the last warning! | | please, go away! | | +------------------------------------- {.menace} -- | | or else terrible things will happen | +-------------------------------------------------- +---------------------------------------------------

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

+-----------------------------------{.warning}------ | this is the last warning! | | please, go away! | | +------------------------------------- {.menace} -- | | or else terrible things will happen | +-------------------------------------------------- +---------------------------------------------------