fix(deps): update dependency hexo-renderer-marked to v3.3.0 #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0
->3.3.0
Release Notes
hexojs/hexo-renderer-marked
v3.3.0
Compare Source
Feature
## [foo](#bar)
, id will be set as "bar".Fix
source/_posts/example/lorem/
v3.2.0
Compare Source
Features
{{ }}
{% %}
, particularly useful if you're not going to use tag plugins.quotes: '«»“”'
Fixes
http://localhost:4000lorem
is no longer encoded.autolink:
no longer affects<http://example.com>
.example.com
, if a link doesn't starts with protocol (e.g.http://
), a link must starts with www to be detected (for autolink).v3.1.0
Compare Source
Features
asset_img
tag plugin is no longer required.post_asset_folder
![](image.jpg)
becomes<img src="/2020/01/02/foo/image.jpg">
_config.yml
post_asset_folder: true
marked:
prependRoot: true
postAsset: true
Dependency
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.