-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add support for TOML frontmatter in markdown processing #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: e6965dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
PR Test ResultsVitest Test Results: https://withstudiocms.github.io/markdown-remark/pr-preview/vitest/pr-24/ |
dreyfus92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool beans adam, i just left a comment 😅
This pull request includes several updates and improvements to the
markdown-remarkand related packages, focusing on adding support for TOML frontmatter and updating dependencies. The key changes include support for TOML frontmatter in themarkdown-remark-processorpackages, dependency updates, and configuration enhancements.Support for TOML Frontmatter:
markdown-remark-processor-webandmarkdown-remark-processorby importing thesmol-tomllibrary and updating the frontmatter parsing logic to handle both YAML and TOML. [1] [2] [3] [4] [5] [6] [7] [8] [9]Dependency Updates:
package.jsonfiles across multiple packages, includingesbuild,vitest, andastro. [1] [2] [3] [4] [5]Configuration Enhancements:
vitest.workspace.jsfile to define workspace configurations for thevitesttesting framework.Changeset:
Code Improvements: