instiki/vendor/plugins/maruku/tests/unittest/math/equations.md
Jacques Distler 37aff87d71 Sync with latest Maruku
Contains Ari Stern's additions for Blahtex support.
2008-08-05 13:18:23 -05:00

785 B

Write a comment here *** Parameters: *** {} *** Markdown input: ***

 x = y 

x = y

x = y

x = y

*** Output of inspect *** md_el(:document,[ md_par([" x = y $$"]), md_el(:header,[" x"],{:level=>1},[]), md_par([" x = y $$"]), md_par([" x = y $$"]) ],{},[]) *** Output of to_html ***

$$ x = y $$

$$ x

$$ x = y $$

$$ x = y $$

*** Output of to_latex *** \$\$ x = y \$\$

\hypertarget{_x}{}\section*{{$$ x}}\label{_x}

$$ x = y $$

$$ x = y $$ *** Output of to_md ***

 x = y 
 x
 x = y 

*** Output of to_s ***

 x = y 

*** EOF ***

OK!

*** Output of Markdown.pl *** (not used anymore) *** Output of Markdown.pl (parsed) *** (not used anymore)