mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Debug
This commit is contained in:
@@ -9,6 +9,7 @@ export function RenderCodeSyntax(props: {
|
||||
return (
|
||||
<Box
|
||||
component='div'
|
||||
aria-label='Code block'
|
||||
className='code-container'
|
||||
dangerouslySetInnerHTML={{ __html: props.highlightedSyntaxAsHtml ?? '' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user