Skip to content

feat: Parse MDX files#794

Merged
JustinBeckwith merged 3 commits intoJustinBeckwith:mainfrom
travishorn:fix-mdx
Apr 2, 2026
Merged

feat: Parse MDX files#794
JustinBeckwith merged 3 commits intoJustinBeckwith:mainfrom
travishorn:fix-mdx

Conversation

@travishorn
Copy link
Copy Markdown
Contributor

MDX is a common superset of Markdown and can be parsed with marked just like Markdown can.

This PR updates the check for Markdown from just looking for a .md extension to looking for either .md or .mdx.

Tests pass. Build passes. Code is formatted.

Closes #767

@JustinBeckwith JustinBeckwith changed the title Parse MDX files feat: Parse MDX files Apr 2, 2026
@JustinBeckwith
Copy link
Copy Markdown
Owner

Thanks for the fix!

@JustinBeckwith JustinBeckwith merged commit 3518692 into JustinBeckwith:main Apr 2, 2026
8 checks passed
@travishorn travishorn deleted the fix-mdx branch April 2, 2026 11:52
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.

Markdown link checking does not support common mdx extension

2 participants