mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Updates after tests
This commit is contained in:
		@@ -671,7 +671,7 @@ title: Simple flowchart
 | 
			
		||||
flowchart TD
 | 
			
		||||
A --> B
 | 
			
		||||
`,
 | 
			
		||||
      { flowchart: { titleTopMargin: 0 } }
 | 
			
		||||
      { flowchart: { titleTopMargin: 10 } }
 | 
			
		||||
    );
 | 
			
		||||
  });
 | 
			
		||||
  it('3192: It should be possieble to render flowcharts with invisible edges', () => {
 | 
			
		||||
@@ -682,7 +682,7 @@ title: Simple flowchart with invisible edges
 | 
			
		||||
flowchart TD
 | 
			
		||||
A ~~~ B
 | 
			
		||||
`,
 | 
			
		||||
      { flowchart: { titleTopMargin: 0 } }
 | 
			
		||||
      { flowchart: { titleTopMargin: 10 } }
 | 
			
		||||
    );
 | 
			
		||||
  });
 | 
			
		||||
  it('4023: Should render html labels with images and-or text correctly', () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user