Skip to content
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

fix: attempt to parse jsxtree as markdown #2139

Merged
merged 7 commits into from
Feb 7, 2025
Merged

Conversation

abvthecity
Copy link
Contributor

in very special cases when you have a flow expression such as:

{<div>**this is markdown**</div>}

this plugin will automatically convert it into:
{<div><strong>this is markdown</strong></div>}

Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
fern-shell ⬜️ Ignored (Inspect) Feb 6, 2025 10:34pm

Copy link

github-actions bot commented Feb 6, 2025

📦 Next.js Bundle Analysis for fern-platform-monorepo

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@abvthecity abvthecity had a problem deploying to Preview - app.buildwithfern.com February 6, 2025 23:12 — with GitHub Actions Error
@abvthecity abvthecity had a problem deploying to Preview - app-dev.buildwithfern.com February 6, 2025 23:12 — with GitHub Actions Error
@abvthecity abvthecity had a problem deploying to Preview - app.buildwithfern.com February 7, 2025 16:01 — with GitHub Actions Failure
@abvthecity abvthecity changed the title fix: attempt to parase jsxtree as markdown fix: attempt to parse jsxtree as markdown Feb 7, 2025
Copy link

github-actions bot commented Feb 7, 2025

PR Preview

@abvthecity abvthecity merged commit 72e3b8a into main Feb 7, 2025
16 checks passed
@abvthecity abvthecity deleted the ajiang/fix-jsxtext-md branch February 7, 2025 21:13
Copy link

github-actions bot commented Feb 7, 2025

Playwright test results

passed  97 passed
flaky  2 flaky
skipped  2 skipped

Details

stats  101 tests across 9 suites
duration  1 minute, 22 seconds
commit  8523f60

Flaky tests

chromium › skew-protection/index.test.ts › should contain ?dpl= or x-deployment-id header on all scripts and prefetch requests
chromium › smoke/favicon.spec.ts › Check if favicon exists and URL does not return 404 for plantstore.dev

Skipped tests

chromium › posthog.spec.ts › Posthog loads successfully
chromium › websockets/websocket.spec.ts › websocket test

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