Sha256: e733d4ce2d3e3398f7328073db467072eaa366e0c6d2fcd6402ad77f1ca674a6

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

Handle HTTPS links at the start of a line. https://github.com/bhollis/maruku/issues/126
*** Parameters: ***
{ }
*** Markdown input: ***
<https://google.com>
*** Output of inspect ***

*** Output of to_html ***
<p><a href="https://google.com">https://google.com</a></p>

Version data entries

2 entries across 2 versions & 1 rubygems

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