Skip to content

Commit

Permalink
Merge pull request #3571 from weyusi/marked
Browse files Browse the repository at this point in the history
chore(deps-dev): update hexo-renderer-marked requirement from ^0.3.0 to ^1.0.1
  • Loading branch information
yoshinorin authored Jun 4, 2019
2 parents 18aa36c + 1345eaf commit 1b432c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"eslint": "^5.9.0",
"eslint-ci": "^1.0.0",
"eslint-config-hexo": "^3.0.0",
"hexo-renderer-marked": "^0.3.0",
"hexo-renderer-marked": "^1.0.1",
"husky": "^1.1.3",
"istanbul": "^0.4.3",
"lint-staged": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/post_render.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ exports.content = content;
exports.expected = [
'<h1 id="Title"><a href="#Title" class="headerlink" title="Title"></a>Title</h1>',
util.highlight(code, {lang: 'python'}),
'\n<p>some content</p>\n',
'\n\n<p>some content</p>\n',
'<h2 id="Another-title"><a href="#Another-title" class="headerlink" title="Another title"></a>Another title</h2>',
'<blockquote>',
'<p>quote content</p>\n',
'</blockquote>\n',
'</blockquote>\n\n',
'<blockquote><p>quote content</p>\n',
'<footer><strong>Hello World</strong></footer></blockquote>'
].join('');

0 comments on commit 1b432c3

Please sign in to comment.