We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75956a0 + b6dd143 commit 3f5c08fCopy full SHA for 3f5c08f
test/index.js
@@ -33,7 +33,7 @@ describe('Marked renderer', () => {
33
34
result.should.eql([
35
'<h1 id="Hello-world"><a href="#Hello-world" class="headerlink" title="Hello world"></a>Hello world</h1>',
36
- '<pre><code>' + escapeHTML(code) + '</code></pre>',
+ '<pre><code>' + escapeHTML(code) + '</code></pre>\n',
37
'<h2 id="Hello-world-1"><a href="#Hello-world-1" class="headerlink" title="Hello world"></a>Hello world</h2>',
38
'<p>hello</p>'
39
].join('') + '\n');
0 commit comments