Sha256: db153f5a06ab0cf41bea96dc46ce2757b3c205c132afa52de57885e59affefca

Contents?: true

Size: 926 Bytes

Versions: 7

Compression:

Stored size: 926 Bytes

Contents

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 ***

<p>$$ x = y $$</p>

<h1 id='_x'>$$ x</h1>

<p>$$ x = y $$</p>

<p>$$ x = y $$</p>

*** 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 $$

$$ x = y $$


*** Output of to_s ***
$$ x = y $$$$ x$$ x = y $$$$ x = y $$
*** EOF ***



	OK!



*** Output of Markdown.pl ***
<p>$$ x = y $$</p>

<p>$$ x 
= y $$</p>

<p>$$ 
x = y $$</p>

<p>$$ x = y 
$$</p>

*** Output of Markdown.pl (parsed) ***
<p>$$ x = y $$</p
   ><p>$$ x 
= y $$</p
   ><p>$$ 
x = y $$</p
   ><p>$$ x = y 
$$</p
 >

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
maruku-0.5.0 tests/unittest/math/equations.md
maruku-0.5.1 tests/unittest/math/equations.md
maruku-0.5.3 tests/unittest/math/equations.md
maruku-0.5.2 tests/unittest/math/equations.md
maruku-0.5.6 tests/unittest/math/equations.md
maruku-0.5.4 tests/unittest/math/equations.md
maruku-0.5.5 tests/unittest/math/equations.md