Skip to content

Gyūtarō

Compare
Choose a tag to compare
@nikolai-shabalin nikolai-shabalin released this 23 Feb 10:34
· 21 commits to main since this release

1.0.15

Added a new rule htmlacademy/req-mailto, which requires mailto: for email-text links.

{
  "htmlacademy/req-mailto": true
}
<a href="mailto:example@example.com">example@example.com</a>