kachick / anylang-template

A template that is not exclusive to one programming language
MIT License
0 stars 0 forks source link

Update dependency dprint/dprint-plugin-markdown to v0.17.0 #99

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-markdown minor 0.16.4 -> 0.17.0

Release Notes

dprint/dprint-plugin-markdown (dprint/dprint-plugin-markdown) ### [`v0.17.0`](https://togithub.com/dprint/dprint-plugin-markdown/releases/tag/0.17.0) [Compare Source](https://togithub.com/dprint/dprint-plugin-markdown/compare/0.16.4...0.17.0) #### Changes - feat: add `astro` tag ([#​100](https://togithub.com/dprint/dprint-plugin-markdown/issues/100)) - feat: allow configuration of unordered list character ([#​101](https://togithub.com/dprint/dprint-plugin-markdown/issues/101)) - fix: support nested lists in block quotes ([#​94](https://togithub.com/dprint/dprint-plugin-markdown/issues/94)) #### 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.0.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 has been generated by Mend Renovate. View repository job log here.