Skip to content

v1.0.8

Compare
Choose a tag to compare
@nikolai-shabalin nikolai-shabalin released this 09 Jul 10:47
· 110 commits to main since this release

1.0.8

  • Update linthtml-rules-htmlacademy
  • Adds new rule htmlacademy/section-has-heading
 <section>
  <h2>title</h2>
</section>

 <section>
   <div>
      <h2>title</h2>
   </div>
</section>