Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<your-unicode-text>` (11:12-11:31) before the end of `paragraph`
9 | Or in python:
10 |
> 11 | out = <your-unicode-text>
| ^
12 | out = out.replace( u'\u2018', u"'")
13 | out = out.replace( u'\u2019', u"'")
More information: https://mdxjs.com/docs/troubleshooting-mdx
š§āš§ See how to debug and solve most common MDX errors in our docs:
https://flowershow.app/docs/debug-mdx-errors