Sha256: f8893955a1bca2a765370fb6e3dc5e0a992cc5df0077e6275fdf504ed8dcf524

Contents?: true

Size: 451 Bytes

Versions: 5

Compression:

Stored size: 451 Bytes

Contents

Simple test for emphasis.
*** Parameters: ***
{}
*** Markdown input: ***
*Hello!* how are **you**?
*** Output of inspect ***
md_el(:document,[md_par([md_em(["Hello!"]), " how are ", md_strong(["you"]), "?"])],{},[])
*** Output of to_html ***
<p><em>Hello!</em> how are <strong>you</strong>?</p>
*** Output of to_latex ***
\emph{Hello!} how are \textbf{you}?
*** Output of to_md ***
*Hello!* how are **you**?
*** Output of to_s ***
Hello! how are you?

Version data entries

5 entries across 5 versions & 1 rubygems

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