// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` renders with plain text description 1`] = `
  
    
      
        Test
      
    
    
      This describes the subsection
    
    
   
 
`;
exports[` renders with plain text heading 1`] = `
`;
exports[` renders with react element description 1`] = `
  
    
      
        Test
      
    
    
      
        This describes the section 
        
          link
        
      
     
    
   
 
`;
exports[` renders with react element heading 1`] = `
`;
exports[` renders without description 1`] = `
`;