Closed renovate[bot] closed 2 months ago
This PR contains the following updates:
0.17.4
0.17.5
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
0.17.4
->0.17.5
Release Notes
dprint/dprint-plugin-markdown (dprint/dprint-plugin-markdown)
### [`v0.17.5`](https://togithub.com/dprint/dprint-plugin-markdown/releases/tag/0.17.5) [Compare Source](https://togithub.com/dprint/dprint-plugin-markdown/compare/0.17.4...0.17.5) #### Changes - fix(regression): handle escaping | in code blocks in tables ([#118](https://togithub.com/dprint/dprint-plugin-markdown/issues/118)) #### Install [Install](https://dprint.dev/install/) and [setup](https://dprint.dev/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. ```jsonc { // ...etc... "markdown": { // markdown config goes here }, "plugins": [ "https://plugins.dprint.dev/markdown-0.17.5.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://togithub.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@dprint/markdown)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.