// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table of contents renders when \`vector-is-collapse-sections-enabled\` is false 1`] = ` " Contents Beginning 1foo 2bar Toggle bar subsection 2.1baz 2.1.1qux 3quux " `; exports[`Table of contents renders when \`vector-is-collapse-sections-enabled\` is true 1`] = ` " Contents Beginning 1foo 2bar Toggle bar subsection 2.1baz 2.1.1qux 3quux " `;
Contents