Skip to content

Commit

Permalink
Merge 5fbdec8 into 6141432
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Feb 10, 2021
2 parents 6141432 + 5fbdec8 commit 55389ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"hexo-util": "^2.1.0",
"marked": "^1.0.0"
"marked": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -42,7 +42,7 @@ describe('Marked renderer', () => {

result.should.eql([
'<h1 id="Hello-world"><a href="#Hello-world" class="headerlink" title="Hello world"></a>Hello world</h1>',
'<pre><code>' + escapeHTML(code) + '</code></pre>\n',
'<pre><code>' + escapeHTML(code) + '\n</code></pre>\n',
'<h2 id="Hello-world-1"><a href="#Hello-world-1" class="headerlink" title="Hello world"></a>Hello world</h2>',
'<p>hello</p>'
].join('') + '\n');
Expand Down

0 comments on commit 55389ee

Please sign in to comment.