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

Template strings inside code blocks are broken after 0.19 #430

Closed
johno opened this issue Mar 2, 2019 · 0 comments
Closed

Template strings inside code blocks are broken after 0.19 #430

johno opened this issue Mar 2, 2019 · 0 comments
Labels
🐛 type/bug This is a problem

Comments

@johno
Copy link
Member

johno commented Mar 2, 2019

The additional escaping that was added unescapes template literal escaping.

MDX that causes an issue: https://raw.githubusercontent.com/gatsbyjs/gatsby/master/packages/gatsby-source-filesystem/README.md

@johno johno added the 🐛 type/bug This is a problem label Mar 2, 2019
johno added a commit that referenced this issue Mar 2, 2019
We need to escape template strings after back slash
escaping so that unescaping template strings doesn't
happen by accident.

---

Fixes #430
@johno johno closed this as completed in #431 Mar 2, 2019
johno added a commit that referenced this issue Mar 2, 2019
We need to escape template strings after back slash
escaping so that unescaping template strings doesn't
happen by accident.

---

Fixes #430
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 type/bug This is a problem
Development

No branches or pull requests

1 participant