instiki/vendor/plugins/maruku/tests/unittest/math/notmath.md
Jacques Distler 9b7b6fb805 Latest Maruku and Tweak for itex2MML 1.3.4
Instiki's LaTeX output also supports \Perp.
2008-02-29 01:30:46 -06:00

702 B

*** Parameters: *** require 'maruku/ext/math'; {:math_enabled => false} *** Markdown input: ***

This is not math.

 \alpha 

*** Output of inspect *** md_el(:document,[md_par(["This is not math."]), md_par(["[ \alpha ]"])],{},[]) *** Output of to_html ***

This is not $math$.

[ \alpha ]

*** Output of to_latex *** This is not \$math\$.

[ $\backslash$alpha ] *** Output of to_md *** This is not math.

[ \alpha ] *** Output of to_s *** This is not math.[ \alpha ] *** EOF ***

OK!

*** Output of Markdown.pl ***

This is not $math$.

[ \alpha ]

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

This is not $math$.

[ \alpha ]