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.3.0 #105

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2020

This PR contains the following updates:

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

Release Notes

hexojs/hexo-renderer-marked

v3.3.0

Compare Source

Feature

  • feat: anchorAlias option to set custom header id [#​172]
    • once enabled, for example in ## [foo](#bar), id will be set as "bar".

Fix

  • fix(postAsset): support post in a subfolder [#​173]
    • a post could be in a subfolder like source/_posts/example/lorem/

v3.2.0

Compare Source

Features

  • feat: mangle option [#​164]
    • a built-in option of marked
    • only useful against a basic crawler used by spam bot.
  • feat: disableNunjucks option [#​166]
    • enable this option to disable processing of Nunjucks tag {{ }} {% %}, particularly useful if you're not going to use tag plugins.
  • feat: extend filter to tokenizer [#​165]
  • feat: 'quotes' option to override smartypants [#​161]
    • it's now possible to specify the quote symbols to replace.
    • e.g. quotes: '«»“”'

Fixes

  • fix: handle invalid URL [#​163]
    • invalid URL like http://localhost:4000lorem is no longer encoded.
  • fix: autolink option should not apply on markdown syntax [#​162]
    • autolink: no longer affects <http://example.com>.
    • on another note, marked renderer doesn't detect example.com, if a link doesn't starts with protocol (e.g. http://), a link must starts with www to be detected (for autolink).

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 b0380aa to 1b26ee6 Compare September 27, 2020 02:21
@renovate renovate bot changed the title Update dependency hexo-renderer-marked to v3.2.0 Update dependency hexo-renderer-marked to v3.3.0 Sep 27, 2020
@stevenjoezhang stevenjoezhang merged commit 5d67c2e into master Sep 30, 2020
@stevenjoezhang stevenjoezhang deleted the renovate/hexo-renderer-marked-3.x branch September 30, 2020 06:14
@stevenjoezhang stevenjoezhang added this to the 8.0.1 milestone Oct 18, 2020
moonfox pushed a commit to moonfox/hexo-theme-next that referenced this pull request Apr 5, 2021
Co-authored-by: Renovate Bot <bot@renovateapp.com>
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