Markdown support for setting html `lang` attributes
-
Language tags like
[[en]]\n ... \n[[/en]]
and[[fr]]\n ... \n[[/fr]]
can now be included in markdown. These will be parsed into<div lang="en-ca">...</div>
and<div lang="fr-ca">...</div>
that wrap the content. This is so screen readers will read the content in the correct language. -
Added alt text to the Canada Wordmark at the bottom of emails