Sha256: dced9a5687aaeab808115c9cec29fab55f4eae92b073124877b3e68f696b7515

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

Handle script tag without a newline. https://github.com/bhollis/maruku/issues/123
*** Parameters: ***
{ }
*** Markdown input: ***
Lets add Jade to our dependencies:
<script src="https://gist.github.com/7360992.js"> </script>
*** Output of inspect ***

*** Output of to_html ***
<p>Lets add Jade to our dependencies:</p>
<script src='https://gist.github.com/7360992.js'> </script>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/issue123.md
maruku-0.7.2 spec/block_docs/issue123.md
maruku-0.7.1 spec/block_docs/issue123.md