File: issue123.md

package info (click to toggle)
ruby-maruku 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,304 kB
  • sloc: ruby: 5,741; xml: 235; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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>