diff --git a/components/system/components/Typography.js b/components/system/components/Typography.js index 49756509..ac24b50e 100644 --- a/components/system/components/Typography.js +++ b/components/system/components/Typography.js @@ -89,6 +89,12 @@ const Link = ({ href, children, dark }) => { export const ProcessedText = ({ text, dark }) => { const remarkReactComponents = { + h1: P, + h2: P, + h3: P, + h4: P, + h5: P, + h6: P, a: (props) => , }; return ;