diff --git a/site/source/components/utils/markdown.tsx b/site/source/components/utils/markdown.tsx index fcd516783..04e7f0269 100644 --- a/site/source/components/utils/markdown.tsx +++ b/site/source/components/utils/markdown.tsx @@ -102,6 +102,7 @@ export const Markdown = ({ {...otherProps} options={{ ...otherProps.options, + forceBlock: true, overrides: { h1: H1, h2: H2,