Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-markdown minor 0.18.0 -> 0.19.0

Release Notes

dprint/dprint-plugin-markdown (dprint/dprint-plugin-markdown)

v0.19.0

Compare Source

Changes

  • feat: support formatting YAML-style metadata block with external formatter (#​139)
  • feat: support formatting python codeblocks (#​136)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array or run dprint config add markdown.
  2. Add a "markdown" configuration property if desired.
    {
      // ...etc...
      "markdown": {
        // markdown config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/markdown-0.19.0.wasm"
      ]
    }

JS Formatting API


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 21, 2025 16:27
@renovate renovate bot force-pushed the renovate/dprint-dprint-plugin-markdown-0.x branch from 76eb01d to 2509fb6 Compare September 21, 2025 21:59
@renovate renovate bot merged commit bf056b1 into main Sep 21, 2025
54 checks passed
@renovate renovate bot deleted the renovate/dprint-dprint-plugin-markdown-0.x branch September 21, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants