diff options
| author | kamtschatka <simon.schatka@gmx.at> | 2024-07-15 01:11:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 00:11:27 +0100 |
| commit | 888dad6ec2f3c78676422ad503dcf7ff81507552 (patch) | |
| tree | 9d1ef3d32b8f7c189cf8ec0b2943e53b8cd18efd /apps/web/package.json | |
| parent | f77a41a75237b8c816e0c9ca7217dfacc32cc7d0 (diff) | |
| download | karakeep-888dad6ec2f3c78676422ad503dcf7ff81507552.tar.zst | |
feature: Add github markdown support which includes tables, checklists and auto links #300 (#302)
added the possibility to add checkboxes
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 91743602..ade09a83 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -63,6 +63,7 @@ "react-masonry-css": "^1.0.16", "react-select": "^5.8.0", "react-syntax-highlighter": "^15.5.0", + "remark-gfm": "^4.0.0", "sharp": "^0.33.3", "superjson": "^2.2.1", "tailwind-merge": "^2.2.1", |
