Update expected markup rendered by kramdown
kramdown-2.2.0 adds WAI-ARIA role attributes to rendered TOC and footnotes
ref: c8f0985476
			
			
This commit is contained in:
		
							parent
							
								
									964b80edc6
								
							
						
					
					
						commit
						79be8abb8f
					
				|  | @ -108,7 +108,7 @@ Feature: Post excerpts | |||
|     Then I should get a zero exit status | ||||
|     And I should not see "Kramdown warning" in the build output | ||||
|     But I should see exactly "<p>Install Jekyll</p>" in "_site/just-text-excerpt.html" | ||||
|     And I should see "<p>Alpha <sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote\">1</a></sup></p>" in "_site/text-and-footnote.html" | ||||
|     And I should see "<p>Omega sigma <a href=\"#fnref:1\" class=\"reversefootnote\">↩</a></p>" in "_site/text-and-footnote.html" | ||||
|     And I should see "<p>Alpha <sup id=\"fnref:1\" role=\"doc-noteref\"><a href=\"#fn:1\" class=\"footnote\">1</a></sup></p>" in "_site/text-and-footnote.html" | ||||
|     And I should see "<p>Omega sigma <a href=\"#fnref:1\" class=\"reversefootnote\" role=\"doc-backlink\">↩</a></p>" in "_site/text-and-footnote.html" | ||||
|     And I should see "<p>Read <a href=\"docs.jekyll.com\">docs</a></p>" in "_site/text-and-reference-link.html" | ||||
|     And I should see "<p>Check out <a href=\"jekyllrb.com\">jekyll</a></p>" in "_site/text-and-self-refencing-link.html" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue