Skip to content

Markdown support for setting html `lang` attributes

Compare
Choose a tag to compare
@smcmurtry smcmurtry released this 20 Jul 13:26
· 17 commits to master since this release
d34694d
  • 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