export const href = 'https://domain.com'; export const secondaryHref = 'https://sub.domain.com'; export const imgSrc = 'https://domain.com/logo.jpg'; export const rfc002Source = ` This is phrasing content and this is too. `; export const nestedHyperlinksSource = ` This is phrasing content and this is too `; export const deeplyNestedSource = `
First implicit paragraph.
Second implicit paragraph

A new paragraph. And a span within

`; export const recursiveHoisting = ` Line1 Line2 Line3 `;