The following MDX: ```tsx <Banner type='info'> Hello </Banner> ``` was not able to be parsed by the lexical mdx converter, as the jsx props string extractor did not support the single quotes around the `info` string.
The following MDX: ```tsx <Banner type='info'> Hello </Banner> ``` was not able to be parsed by the lexical mdx converter, as the jsx props string extractor did not support the single quotes around the `info` string.