// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` renders with plain text description 1`] = `

Test

This describes the subsection
test settings content
`; exports[` renders with plain text heading 1`] = `

Test

test settings content
`; exports[` renders with react element description 1`] = `

Test

This describes the section link

test settings content
`; exports[` renders with react element heading 1`] = `

This is the heading

test settings content
`; exports[` renders without description 1`] = `

Test

test settings content
`;