Releases: mdx-js/mdx
Releases · mdx-js/mdx
v1.0.0
v0.20.4
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.0
• 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.