2008-01-08 00:01:35 -06:00
|
|
|
This shows how Maruku recovers from parsing errors
|
|
|
|
*** Parameters: ***
|
|
|
|
{:on_error=>:warning}
|
|
|
|
*** Markdown input: ***
|
|
|
|
Search on [Google images][ GoOgle search ]
|
|
|
|
*** Output of inspect ***
|
2009-05-13 01:27:39 -05:00
|
|
|
md_el(:document,[md_par(["Search on ", md_link(["Google images"],"google_search")])],{},[])
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of to_html ***
|
2009-05-13 01:27:39 -05:00
|
|
|
<p>Search on <span>Google images</span></p>
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of to_latex ***
|
2009-05-13 01:27:39 -05:00
|
|
|
Search on Google images
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of to_md ***
|
2009-05-13 01:27:39 -05:00
|
|
|
Search on Google images
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of to_s ***
|
2009-05-13 01:27:39 -05:00
|
|
|
Search on Google images
|
2008-01-08 00:01:35 -06:00
|
|
|
*** EOF ***
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OK!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
2008-08-05 13:18:23 -05:00
|
|
|
(not used anymore)
|
2008-01-08 00:01:35 -06:00
|
|
|
*** Output of Markdown.pl (parsed) ***
|
2008-08-05 13:18:23 -05:00
|
|
|
(not used anymore)
|