-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
New Markdown API #2862
New Markdown API #2862
Conversation
🦋 Changeset detectedLatest commit: 725c367 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
44b8ee6
to
8fb2b4a
Compare
8fb2b4a
to
1a6ba74
Compare
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.
Small comments but looks globalicious!
1a6ba74
to
413e416
Compare
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.
Looks good! A few comments and suggestions.
Marking as a draft so that no one thinks to merge this for v0.25 :) Will re-mark as ready to merge starting on Monday! |
413e416
to
267464b
Compare
267464b
to
e1c40dd
Compare
e1c40dd
to
ce9fd52
Compare
ce9fd52
to
089fb09
Compare
8a11d49
to
c07d2ee
Compare
@@ -1,6 +1,6 @@ | |||
/// <reference types="vite/client" /> | |||
|
|||
type Astro = import('./dist/types/@types/astro').AstroGlobal; | |||
type Astro = import('astro').AstroGlobal; |
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.
confirmed this continues to work in installed dependencies, but now it also works in our monorepo
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.
Looks great! Excited to land this.
c07d2ee
to
0b23aac
Compare
* Implement new markdown plugin with deferred markdown rendering * feat: switch from `getContent()` fn to `<Content />` API * update types * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <[email protected]> * update types * Create forty-coins-attend.md Co-authored-by: Nate Moore <[email protected]> Co-authored-by: Nate Moore <[email protected]>
Changes
Testing
Docs