Sha256: da1c9da6899f3d822f78f44a0eab58cfa53cfc473bad47b1ea4c221e04b0ce12

Contents?: true

Size: 494 Bytes

Versions: 6

Compression:

Stored size: 494 Bytes

Contents

*** 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 ***
<p>This is not $math$.</p>

<p>[ \alpha ]</p>
*** 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 ]

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
maruku-0.7.3 spec/block_docs/math/notmath.md
maruku-0.7.2 spec/block_docs/math/notmath.md
maruku-0.7.1 spec/block_docs/math/notmath.md
maruku-0.7.0 spec/block_docs/math/notmath.md
maruku-0.7.0.beta1 spec/block_docs/math/notmath.md
patcito-maruku-0.6.0 spec/block_docs/math/notmath.md