Skip to content

Commit

Permalink
feat: upgrade markdown-it (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jan 15, 2024
1 parent 3d4465b commit b013a26
Show file tree
Hide file tree
Showing 8 changed files with 345 additions and 239 deletions.
13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Augmented Markdown Compiler. Write markdown files and convert them into structured data and markup.

- Visit the documentation site at https://marqua.mauss.dev to get started.
- See https://github.com/ignatiusmb/marqua/releases tab to stay updated.
- Visit the documentation site at <https://marqua.mauss.dev> to get started.
- See <https://github.com/ignatiusmb/marqua/releases> tab to stay updated.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"format": "pnpm --filter \"./workspace/*\" format",
"postinstall": "cd ./workspace/marqua && pnpm prepublish"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.14.0",
"prettier": "mauss/prettier.json",
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.11.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
Expand Down

1 comment on commit b013a26

@vercel
Copy link

@vercel vercel bot commented on b013a26 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.