diff --git a/nx-dev/feature-doc-viewer/src/lib/content.tsx b/nx-dev/feature-doc-viewer/src/lib/content.tsx index 5f0d6d8748..66a42a78f1 100644 --- a/nx-dev/feature-doc-viewer/src/lib/content.tsx +++ b/nx-dev/feature-doc-viewer/src/lib/content.tsx @@ -9,7 +9,7 @@ export function Content(props: ContentProps): JSX.Element { return (
{renderMarkdown(props.document.content.toString(), { @@ -17,7 +17,7 @@ export function Content(props: ContentProps): JSX.Element { })}