Sha256: 0579a55ac62223d675769af48de2e96784dc13b39e2a4b1013e1273ded2e1d51

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

Handle ellipsis at the end of a line. https://github.com/bhollis/maruku/issues/130
*** Parameters: ***
{ }
*** Markdown input: ***
A paragraph... continued...
*** Output of inspect ***
md_el(:document, md_par(["A paragraph", md_entity("hellip"), " continued", md_entity("hellip")]))
*** Output of to_html ***
<p>A paragraph… continued…</p>
*** Output of to_latex ***
A paragraph\ldots{} continued\ldots{}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/issue130.md
maruku-0.7.2 spec/block_docs/issue130.md