Skip to content

Commit

Permalink
chore: update automd
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 20, 2024
1 parent 8bf2132 commit 16f477a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 23 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm lint:fix
- name: Build lib
run: pnpm build
- run: pnpm lint:fix
- run: pnpm build
- run: pnpm automd
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
with:
commit-message: "chore: apply automated updates"
42 changes: 24 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ md.table({
});
```


<!-- /automd -->

<!-- automd:jsdocs src="./src/parser/index" group="parsing_utils" -->
Expand Down Expand Up @@ -247,35 +246,42 @@ const parser = await initMdAstParser();
const { tree } = parser.parse("# Hello, *world*!");
```


<!-- /automd -->

## Development
<!-- automd:fetch url="gh:unjs/.github/main/snippets/readme-contrib-node-pnpm.md" -->

## Contribution

<details>
<summary>Local development</summary>

- Clone this repository
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`
- Run tests using `pnpm dev` or `pnpm test`

</details>

<!-- /automd -->

## License

Made with 💛
<!-- automd:contributors license=MIT author=pi0 -->

Published under [MIT License](./LICENSE).
Published under the [MIT](https://github.com/unjs/mdbox/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/mdbox/graphs/contributors) 💛
<br><br>
<a href="https://github.com/unjs/mdbox/graphs/contributors">
<img src="https://contrib.rocks/image?repo=unjs/mdbox" />
</a>

<!-- Badges -->
<!-- /automd -->

[npm-version-src]: https://img.shields.io/npm/v/mdbox?style=flat&colorA=18181B&colorB=F0DB4F
[npm-version-href]: https://npmjs.com/package/mdbox
[npm-downloads-src]: https://img.shields.io/npm/dm/mdbox?style=flat&colorA=18181B&colorB=F0DB4F
[npm-downloads-href]: https://npmjs.com/package/mdbox
<!-- automd:with-automd -->

<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/unjs/mdbox/main?style=flat&colorA=18181B&colorB=F0DB4F
[codecov-href]: https://codecov.io/gh/unjs/mdbox
---

[bundle-src]: https://img.shields.io/bundlephobia/minzip/mdbox?style=flat&colorA=18181B&colorB=F0DB4F
[bundle-href]: https://bundlephobia.com/result?p=mdbox -->
_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Tue Feb 20 2024)_

[^1]: https://daringfireball.net/projects/markdown/
[^2]: https://spec.commonmark.org/0.31.2/#characters-and-lines
<!-- /automd -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/mdast": "^4.0.3",
"@types/node": "^20.11.19",
"@vitest/coverage-v8": "^1.3.0",
"automd": "^0.3.0",
"automd": "^0.3.2",
"changelogen": "^0.5.5",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 16f477a

Please sign in to comment.