diff --git a/examples/with-markdoc/src/renderer/RenderNode.astro b/examples/with-markdoc/src/renderer/RenderNode.astro index c5f2eb07b..a683cd983 100644 --- a/examples/with-markdoc/src/renderer/RenderNode.astro +++ b/examples/with-markdoc/src/renderer/RenderNode.astro @@ -1,4 +1,5 @@ --- +import stringifyAttributes from 'stringify-attributes'; import type { AstroNode } from './astroNode'; type Props = { @@ -19,7 +20,7 @@ const Node = (Astro.props as Props).node; ) : ( - `} /> + `} /> {Node.children.map((child) => ( ))}