Skip to content

Update dependency dprint-plugin-markdown to v0.23.3 - #92

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins
Sep 6, 2026
Merged

Update dependency dprint-plugin-markdown to v0.23.3#92
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins

Conversation

@renovate

@renovate renovate Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint-plugin-markdown patch 0.23.20.23.3

Release Notes

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

v0.23.3

Compare Source

Changes

  • fix: bound the search for an emphasis opener by where a closer was rather than its index (#​274)
  • fix: don't write three bullets of one character alone on a line, which read as a thematic break (#​277)
  • fix: end a raw text html block at the close tag of any raw text element (#​275)
  • fix: escape a backslash written before the whitespace that ends a line (#​276)
  • fix: keep a line that only reads as text because of where it is from being moved where it starts a block (#​279)
  • fix: only read a destination whose parentheses are balanced (#​272)
  • fix: read a setext underline as one before taking it as the destination of a definition (#​273)
  • fix: read the decorations of a block back out of what it is written as (#​280)
  • fix: write a code span with backticks that no run written before it would pair with (#​278)
  • fix: write a decoration read out of a longer delimiter run with the configured kind (#​269)
  • fix: write emphasis around strong as one run of the configured character (#​270)

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": [
        "npm:@dprint/markdown@0.23.3"
      ]
    }

JS Formatting API


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Only on Monday (* * * * 1)
  • 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 merged commit 56e731a into main Sep 6, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/dprint-plugins branch September 6, 2026 21:56
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