#String interpolation within mdx jsx

4 messages · Page 1 of 1 (latest)

foggy helm
#

<ul>
{
frontmatter.chapters.map((c, i) => (
<li><a href="/chapters/{i}">{c}, {i}</a></li>
))
}
</ul>

the {i} in the href quotes is getting escaped. How could I do this? Thank you 🙂

ionic gull
foggy helm
#

I’m not at my desk – pretty sure I tried that. Thank you for taking a look - back to you in bit

ionic gull