github mdx-js/mdx v0.19.0

latest releases: 3.0.1, 3.0.0, 2.3.0...
5 years ago

• Handle backslash escaping in template literals (#366)

🚨Breaking changes 🚨

If you were accounting for broken template literal escaping with something like \\ some stuff \\ to get the output of \ some stuff \ this will now result in \\ some stuff \\. So you'll need to remove the escaped backslash since they're now automatically escaped.

Don't miss a new mdx release

NewReleases is sending notifications on new releases.