From 825ea4edd358c5c92d058d4d898f3cb7a1c2b04b Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 14 May 2016 13:15:56 -0700 Subject: [PATCH] link from table headers to legend terms --- appendix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix.md b/appendix.md index 4e686e5..7257ed1 100644 --- a/appendix.md +++ b/appendix.md @@ -19,7 +19,7 @@ All licenses described in the choosealicense.com [repository](https://github.com {% continue %} {% endif %} {% capture seen_tags %}{{ seen_tags | append:rule_obj.tag }}{% endcapture %} - {{ rule_obj.label }} + {{ rule_obj.label }} {% endfor %} {% endfor %} @@ -71,7 +71,7 @@ All licenses described in the choosealicense.com [repository](https://github.com {% if seen_tags contains req %} {% continue %} {% endif %} -
{{ rule_obj.label }}
+
{{ rule_obj.label }}
{% capture seen_tags %}{{ seen_tags | append:req }}{% endcapture %} {% for t in types %} {% for r in site.data.rules[t] | sort: "label" %}