Feature Request
Our sanitize HTML rules only allows aria-label to be set.
allowedAttributes: {
a: ['aria-label', 'href', 'name', 'rel', 'target', 'title'],
img: ['alt', 'class', 'src']
},
We should allowlist aria-label when using the markdown-it-attrs plug-in.
[feature-request]