Skip to content

Conversation

fry69
Copy link
Contributor

@fry69 fry69 commented Sep 17, 2025

This fixes the markdown docs.

Notes:


1. Run `deno install jsr:@deno/gfm`
2. Create a markdown file like `content.md`:
1. Run `deno install --allow-scripts jsr:@deno/gfm`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit JSR packages don't have postinstall scripts like npm. The --allow-scripts flag does nothing here.

Copy link
Contributor Author

@fry69 fry69 Sep 19, 2025

Choose a reason for hiding this comment

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

Yeah, but I try to align to docs to a freshly installed demo app with @fresh/init. When I run that command without --allow-scripts, I get warnings about scripts for Tailwind, at least. Also the Vite script seems to run for the first time when run with --allow-scripts, so I almost habitually include that everywhere now.

I'll remove that option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants