Sha256: 484002f64db940cbb7d1ac42ca8344787e09c6ab77f53bd79672ef3736e81292

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

Write a comment here
*** Parameters: ***
require 'maruku/ext/math';{:html_math_engine => 'blahtex'}
*** Markdown input: ***

$$ x = y $$

$$ x
= y $$

$$
x = y $$

$$ x = y
$$

*** Output of inspect ***

*** Output of to_html ***
<div class="maruku-equation"><math class='maruku-mathml' display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
<mrow><mi>x</mi><mo lspace='0.278em' rspace='0.278em'>=</mo><mi>y</mi></mrow>
</math></div><div class="maruku-equation"><math class='maruku-mathml' display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
<mrow><mi>x</mi><mo lspace='0.278em' rspace='0.278em'>=</mo><mi>y</mi></mrow>
</math></div><div class="maruku-equation"><math class='maruku-mathml' display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
<mrow><mi>x</mi><mo lspace='0.278em' rspace='0.278em'>=</mo><mi>y</mi></mrow>
</math></div><div class="maruku-equation"><math class='maruku-mathml' display='block' xmlns='http://www.w3.org/1998/Math/MathML'>
<mrow><mi>x</mi><mo lspace='0.278em' rspace='0.278em'>=</mo><mi>y</mi></mrow>
</math></div>
*** Output of to_latex ***

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/math-blahtex/equations.md
maruku-0.7.2 spec/block_docs/math-blahtex/equations.md
maruku-0.7.1 spec/block_docs/math-blahtex/equations.md