diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index bc7416defb..f929f3253d 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -33768,6 +33768,398 @@ func main() { `; +exports[`Storyshots MarkdownView Inline Xml 1`] = ` +
+

+ Inline Xml +

+

+ Inline xml outside of a code block is not supported +

+
+ + + errorNotification.prefix + : + + + Cannot read property 'children' of undefined +
+
+`; + +exports[`Storyshots MarkdownView Xml Code Block 1`] = ` +
+
+
+

+ Xml Code Block in Markdown +

+
+        
+          
+            <
+            
+              project
+            
+             [
+            
+              ...
+            
+            ]>
+          
+          
+
+  [...]
+
+  
+          
+            <
+            
+              build
+            
+            >
+          
+          
+    
+          
+            <
+            
+              plugins
+            
+            >
+          
+          
+
+      [...]
+
+      
+          
+            <
+            
+              plugin
+            
+            >
+          
+          
+        
+          
+            <
+            
+              groupId
+            
+            >
+          
+          org.apache.maven.plugins
+          
+            </
+            
+              groupId
+            
+            >
+          
+          
+        
+          
+            <
+            
+              artifactId
+            
+            >
+          
+          maven-enforcer-plugin
+          
+            </
+            
+              artifactId
+            
+            >
+          
+          
+      
+          
+            </
+            
+              plugin
+            
+            >
+          
+          
+      
+          
+            <
+            
+              plugin
+            
+            >
+          
+          
+        
+          
+            <
+            
+              groupId
+            
+            >
+          
+          org.codehaus.mojo
+          
+            </
+            
+              groupId
+            
+            >
+          
+          
+        
+          
+            <
+            
+              artifactId
+            
+            >
+          
+          animal-sniffer-maven-plugin
+          
+            </
+            
+              artifactId
+            
+            >
+          
+          
+      
+          
+            </
+            
+              plugin
+            
+            >
+          
+          
+    
+          
+            </
+            
+              plugins
+            
+            >
+          
+          
+  
+          
+            </
+            
+              build
+            
+            >
+          
+          
+
+  [...]
+
+
+          
+            </
+            
+              project
+            
+            >
+          
+        
+      
+
+
+
+`; + exports[`Storyshots SyntaxHighlighter Go 1`] = `