Does anyone have a recipe for a React app?
Closed this issue · 1 comments
punkpeye commented
I would love to adopt this in https://glama.ai instead of using the heavy react-syntax-highlighter
.
<pre dangerouslySetInnerHTML={{ __html: highlight(code) }} />;
I think I can just dangerouslySetInnerHTML
, but wanted to double check.
huozhi commented
Yep that's the correct usage! Feel free to PR to the READ for this use case 🙌