Sha256: 90908c40d60914195425c39a1bedc7fb9398beba817ea2d0e1a5269328ddb67b

Contents?: true

Size: 427 Bytes

Versions: 5

Compression:

Stored size: 427 Bytes

Contents

Write a comment abouth the test here.
*** Parameters: ***
{}
*** Markdown input: ***
`\\`

`\`
*** Output of inspect ***
md_el(:document,[md_par([md_code("\\\\")]), md_par([md_code("\\")])],{},[])
*** Output of to_html ***
<p><code>\\</code></p>

<p><code>\</code></p>
*** Output of to_latex ***
{\colorbox[rgb]{1.00,0.93,1.00}{\tt ~~}}

{\colorbox[rgb]{1.00,0.93,1.00}{\tt ~}}
*** Output of to_md ***

*** Output of to_s ***

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/escape.md
maruku-0.7.2 spec/block_docs/escape.md
maruku-0.7.1 spec/block_docs/escape.md
maruku-0.7.0 spec/block_docs/escape.md
maruku-0.7.0.beta1 spec/block_docs/escape.md