mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Update to goldmark 1.1.25.
This fixes a bug, so there's a small change to tests.
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							c7b6d74e89
						
					
				
				
					commit
					52c159c452
				
			@@ -149,7 +149,7 @@ description
 | 
			
		||||
	c.Assert(got, qt.Contains, `Autolink: <a href="https://gohugo.io/">https://gohugo.io/</a>`)
 | 
			
		||||
	c.Assert(got, qt.Contains, `Strikethrough:<del>Hi</del> Hello, world`)
 | 
			
		||||
	c.Assert(got, qt.Contains, `<th>foo</th>`)
 | 
			
		||||
	c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox">Push my commits to GitHub</li>`)
 | 
			
		||||
	c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox"> Push my commits to GitHub</li>`)
 | 
			
		||||
 | 
			
		||||
	c.Assert(got, qt.Contains, `Straight double “quotes” and single ‘quotes’`)
 | 
			
		||||
	c.Assert(got, qt.Contains, `Dashes (“–” and “—”) `)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user