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

Enclose curly braces into backticks. #42

Merged
merged 3 commits into from
Dec 23, 2024
Merged

Conversation

anuveyatsu
Copy link
Member

This hopefully should fix MDX parser error in DataHub which is causing 500 error.

In MDX (especially with Next.js / next-mdx-remote), any {} inside your text can be interpreted as a JavaScript expression, which is why we’re seeing ReferenceError: ed is not defined.

Copy link
Member

@Mikanebu Mikanebu left a comment

Choose a reason for hiding this comment

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

LGTM!

@Mikanebu Mikanebu merged commit 717c17d into main Dec 23, 2024
1 check passed
@anuveyatsu anuveyatsu deleted the fix/bug-in-md-content branch December 23, 2024 10:17
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