You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a link in MDX, use `[text](url)`)
What I put in Long Text See https://example.com for more information
What Long Text returns as markdown text See <https://example.com> for more information
What should be returned instead See [example.com](https://example.com) for more information.
The text was updated successfully, but these errors were encountered:
bosung90
changed the title
Long Text Markdown url is wrapped in <> instead of [text](url) and breaks in MDX v2
Long Text Markdown uses Autolinks, and is broken in MDX v2. Should use links or references instead.
Dec 24, 2023
I get an error when on NextJS14 during build when trying to render Long Text using
MDXRemote
fromnext-mdx-remote/rsc
reference:
https://github.com/micromark/mdx-state-machine#723-autolinks
Error message when building on NextJS14
What I put in Long Text
See https://example.com for more information
What Long Text returns as markdown text
See <https://example.com> for more information
What should be returned instead
See [example.com](https://example.com) for more information.
The text was updated successfully, but these errors were encountered: