Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 882 Bytes

projects.md

File metadata and controls

35 lines (30 loc) · 882 Bytes
layout title
page
Who's using QUnit?

These organizations and open-source projects use QUnit to keep their code in check.

Organizations

{% assign entries = site.data.projects.orgs | sort_natural: "name" -%} {%- for entry in entries -%}
### [{{ entry.name }}]({{ entry.href }}) {%- for sub in entry.sub %} [{{ sub.name }}]({{ sub.href }}){% if entry.sub.last != sub %}, {% endif %} {%- endfor %}
{% endfor %}

Projects

{% assign entries = site.data.projects.projects | sort_natural: "name" -%} {%- for entry in entries -%}
### [{{ entry.name }}]({{ entry.href }}) {%- for sub in entry.sub %} [{{ sub.name }}]({{ sub.href }}){% if entry.sub.last != sub %}, {% endif %} {%- endfor %}
{% endfor %}