Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency hexo-renderer-marked to v3.1.0 #94

Merged
merged 1 commit into from
Aug 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2020

This PR contains the following updates:

Package Type Update Change
hexo-renderer-marked devDependencies minor 3.0.0 -> 3.1.0

Release Notes

hexojs/hexo-renderer-marked

v3.1.0

Compare Source

Features

  • feat: postAsset to prepend post's relative path [#​159]
    • With this feature, asset_img tag plugin is no longer required.
    • Only applies to post_asset_folder
    • An example is "image.jpg" is located at "/2020/01/02/foo/image.jpg", which is a post asset of "/2020/01/02/foo/".
      • ![](image.jpg) becomes <img src="/2020/01/02/foo/image.jpg">
    • To enable:

_config.yml

post_asset_folder: true
marked:
prependRoot: true
postAsset: true

- feat: lazyload [#&#8203;156]
* Load image only when it's coming into view. [Explainer](https://github.com/scott-little/lazyload)
* `loading="lazy"` will be injected to every image embed `<img>`.
* Only takes effect on [supported browsers](https://caniuse.com/#feat=loading-lazy-attr).
* To enable:
``` yml
marked:
  lazyload: true

Dependency

  • chore(deps-dev): bump hexo from 4.2.1 to 5.0.0 [#​158]

Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/hexo-renderer-marked-3.x branch from 507531b to 9ebe86f Compare August 30, 2020 14:46
@stevenjoezhang stevenjoezhang merged commit 52d816a into master Aug 30, 2020
@stevenjoezhang stevenjoezhang deleted the renovate/hexo-renderer-marked-3.x branch August 30, 2020 14:48
lingyf pushed a commit to lingyf/hexo-theme-next that referenced this pull request Jan 27, 2022
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants