diff --git a/dotcom-rendering/src/components/TextBlockComponent.tsx b/dotcom-rendering/src/components/TextBlockComponent.tsx index ffbd262cc41..a0b2bcfa543 100644 --- a/dotcom-rendering/src/components/TextBlockComponent.tsx +++ b/dotcom-rendering/src/components/TextBlockComponent.tsx @@ -160,6 +160,8 @@ const sanitiserOptions: IOptions = { }, }; }, + div: 'p', + h1: 'h2', }, };