Skip to content

fix(web): add markdown fallback for MDX content and update editorial docs#3887

Merged
ComputelessComputer merged 4 commits intomainfrom
feat/markdown-fallback-mdx-content
Feb 11, 2026
Merged

fix(web): add markdown fallback for MDX content and update editorial docs#3887
ComputelessComputer merged 4 commits intomainfrom
feat/markdown-fallback-mdx-content

Conversation

@ComputelessComputer
Copy link
Collaborator

@ComputelessComputer ComputelessComputer commented Feb 11, 2026

Summary

  • Added markdown fallback mechanism for MDX content in collections, so content renders gracefully when MDX parsing fails
  • Updated README documentation for blog post editorial workflow

Review & Testing Checklist for Human

  • Verify the markdown fallback triggers correctly when MDX content contains syntax errors — confirm it doesn't silently swallow legitimate build failures
  • Spot-check the updated README against the actual editorial workflow to ensure documentation matches current behavior

Notes

Link to Devin run: https://app.devin.ai/sessions/1b9ae9acc87349e393883ca54ed961c6
Requested by: @ComputelessComputer


Open with Devin

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 91d0400
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/698cd39de7f3b9000846e0c9
😎 Deploy Preview https://deploy-preview-3887--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for hyprnote-storybook canceled.

Name Link
🔨 Latest commit 91d0400
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/698cd39d9438f40008f2e721

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 6 additional findings in Devin Review.

Open in Devin Review

Ensure saves for articles without a branch always go through the PR
workflow. Previously the code only created a PR when metadata.published
=== true and no branch existed, which caused saves (including
unpublishing actions) on published articles with no branch to fall
through and attempt an update on an undefined branch. Changing the
condition to check for absence of a branch guarantees any save on main
triggers the PR path, avoiding undefined-branch updates and handling
branch protection correctly.
@ComputelessComputer ComputelessComputer merged commit e011d01 into main Feb 11, 2026
15 checks passed
@ComputelessComputer ComputelessComputer deleted the feat/markdown-fallback-mdx-content branch February 11, 2026 19:17
@devin-ai-integration devin-ai-integration bot changed the title update content admin fix(web): add markdown fallback for MDX content and update editorial docs Feb 13, 2026
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.

1 participant

Comments