Skip to content

Commit

Permalink
chore: add markdown-it;
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuo committed Jun 4, 2024
1 parent d005885 commit 48cddc7
Show file tree
Hide file tree
Showing 10 changed files with 2,595 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]

markdown-it-diagram is a markdown-it plugin for diagram. It supports mermaid, plantuml. It supports contorls like zoom, move.

## License

[MIT](./LICENSE) License © 2023-PRESENT [RyanCo](https://github.com/rr210)
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default antfu(
{
ignores: [
// eslint ignore globs here
'src/deflate.ts',
],
},
{
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
"@antfu/eslint-config": "^2.18.1",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"markdown-it": "^14.1.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
Expand Down
69 changes: 60 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48cddc7

Please sign in to comment.