Skip to content
Marcos Cáceres edited this page Jul 16, 2020 · 5 revisions

gh-contributors

Add an element with id="gh-contributors" to show a list of people who have contributed to the GitHub repository.

The list is sorted by names (or GitHub username).

<section>
  <h2>Contributors</h2>
  <ul id="gh-contributors">
    <!-- list of contributors will appear here,
         along with link to their GitHub profiles -->
  </ul>
</section>
<p>
  We'd also like to thank the following contributors: <span id=
  "gh-contributors"><!-- filled by ReSpec --></span>.
</p>

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally