2008-01-08 07:01:35 +01: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 08:27:39 +02:00
|
|
|
md_el(:document,[md_par(["Search on ", md_link(["Google images"],"google_search")])],{},[])
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_html ***
|
2009-05-13 08:27:39 +02:00
|
|
|
<p>Search on <span>Google images</span></p>
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_latex ***
|
2009-05-13 08:27:39 +02:00
|
|
|
Search on Google images
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_md ***
|
2009-05-13 08:27:39 +02:00
|
|
|
Search on Google images
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of to_s ***
|
2009-05-13 08:27:39 +02:00
|
|
|
Search on Google images
|
2008-01-08 07:01:35 +01:00
|
|
|
*** EOF ***
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OK!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** Output of Markdown.pl ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|
2008-01-08 07:01:35 +01:00
|
|
|
*** Output of Markdown.pl (parsed) ***
|
2008-08-05 20:18:23 +02:00
|
|
|
(not used anymore)
|