feat: Mark the external link icon as aria-hidden (#1346)
This commit is contained in:
		@@ -65,6 +65,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
 | 
			
		||||
                    type: "element",
 | 
			
		||||
                    tagName: "svg",
 | 
			
		||||
                    properties: {
 | 
			
		||||
                      "aria-hidden": "true",
 | 
			
		||||
                      class: "external-icon",
 | 
			
		||||
                      viewBox: "0 0 512 512",
 | 
			
		||||
                    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user