-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
Description
Subject of the issue
Tildes (~) inside MDX blocks in v2 do not parse.
Your environment
N/A can be reproduced in the v2 playground https://mdx-git-next.mdx.vercel.app/playground.
Steps to reproduce
- Go to https://mdx-git-next.mdx.vercel.app/playground
- Enter
~1 foot.parses as expected. - Replace with
<Box> ~1 foot. </Box> - Parse error
Expected behavior
Should parse successfully.
Actual behavior
5:7: Unexpected end of file in code, expected a corresponding fence for `~`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
