const HTML = { docWithH1: '

This Is the Real Title

', docWith2H1s: `

This Is the Real Title

This Is the Real Title

`, docWithTagsInH1: { before: '

This Is the Real Title

', after: 'This Is the Real Title', }, }; export default HTML;