Skip to content

Comments

fix: use MDX comments instead of HTML comments in readme script#36

Merged
remorses merged 1 commit intomainfrom
claude/issue-35-20250710_080536
Jul 10, 2025
Merged

fix: use MDX comments instead of HTML comments in readme script#36
remorses merged 1 commit intomainfrom
claude/issue-35-20250710_080536

Conversation

@remorses
Copy link
Owner

Fixes #35

Changed the readme script in website/package.json to use MDX comment format {/* ... */} instead of HTML comment format <!-- ... --> when copying README.md to the website.

This makes the comment more appropriate for .mdx files and follows JavaScript/MDChain comment conventions.

Generated with Claude Code

Co-authored-by: Tommy D. Rossi <remorses@users.noreply.github.com>
@remorses remorses merged commit 1dda30f into main Jul 10, 2025
1 of 3 checks passed
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.

use mdx comments instead of html comments

1 participant