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",
 | 
					                    type: "element",
 | 
				
			||||||
                    tagName: "svg",
 | 
					                    tagName: "svg",
 | 
				
			||||||
                    properties: {
 | 
					                    properties: {
 | 
				
			||||||
 | 
					                      "aria-hidden": "true",
 | 
				
			||||||
                      class: "external-icon",
 | 
					                      class: "external-icon",
 | 
				
			||||||
                      viewBox: "0 0 512 512",
 | 
					                      viewBox: "0 0 512 512",
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user