-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
🐛 type/bugThis is a problemThis is a problem
Description
I noticed that on some parts of my portfolio site (made with gatsby and gatsby-mdx), there are extra backslashes being inserted in some places where dollar signs are used. For example:
- Go to https://descioli.design/grove and Find for
\$— there are 6 occurrences on the page. There are 12 usages of$, though — not every $ is preceded by a backslash. - The MDX source for that page is here. Note: no backslashes.
- The rendering of the page is here. Pretty standard AFAIK.
It only started happening when I switched from Remark to MDX. I didn't notice it when I did the initial switch.
Environment
- macOS and ubuntu, latest version
- @mdx-js/mdx@1.0.20, gatsby-mdx@0.6.3
- node@10.1.0, yarn@1.13.0
Steps to reproduce
Clone my portfolio repo, https://github.com/lourd/descioli-design, and run it. No additional configuration needed.
Expected behaviour
No extra backslashes.
Actual behaviour
Extra backslashes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 type/bugThis is a problemThis is a problem