Skip to content

Commit e5dbe40

Browse files
chore(deps): update dependency dprint-markdown to v0.20.0 (#297)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dprint-markdown](https://redirect.github.com/dprint/dprint-plugin-markdown) | minor | `0.19.0` -> `0.20.0` | --- ### Release Notes <details> <summary>dprint/dprint-plugin-markdown (dprint-markdown)</summary> ### [`v0.20.0`](https://redirect.github.com/dprint/dprint-plugin-markdown/releases/tag/0.20.0) [Compare Source](https://redirect.github.com/dprint/dprint-plugin-markdown/compare/0.19.0...0.20.0) #### Changes - feat: support formatting Dockerfile code blocks ([#&#8203;142](https://redirect.github.com/dprint/dprint-plugin-markdown/issues/142)) - feat: support formatting XML code blocks ([#&#8203;143](https://redirect.github.com/dprint/dprint-plugin-markdown/issues/143)) - fix: format JSONC code blocks as such, not JSON ([#&#8203;144](https://redirect.github.com/dprint/dprint-plugin-markdown/issues/144)) - style: spelling and grammar fixes ([#&#8203;141](https://redirect.github.com/dprint/dprint-plugin-markdown/issues/141)) #### 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.20.0.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://redirect.github.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@&#8203;dprint/markdown) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01fde80 commit e5dbe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"plugins": [
2323
"https://plugins.dprint.dev/typescript-0.95.11.wasm",
2424
"https://plugins.dprint.dev/json-0.20.0.wasm",
25-
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
25+
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
2626
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
2727
"https://plugins.dprint.dev/toml-0.7.0.wasm"
2828
]

0 commit comments

Comments
 (0)