diff --git a/.gitignore b/.gitignore
index c87a9df67..6eb43020e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,5 +23,6 @@ stack.sh
*.nupkg
.DS_Store
.vscode/launch.json
+.jekyll-cache
dist/
diff --git a/build/generate/featureMatrix.go b/build/generate/featureMatrix.go
index f6d140fd2..58ced16f0 100644
--- a/build/generate/featureMatrix.go
+++ b/build/generate/featureMatrix.go
@@ -140,10 +140,11 @@ var tmpl = template.Must(template.New("").Funcs(template.FuncMap{
}).Parse(`{% comment %}
Matrix generated by build/generate/featureMatrix.go. DO NOT HAND EDIT!
{% endcomment %}{{$providers := .Providers}}
+
+
-
@@ -163,4 +164,5 @@ var tmpl = template.Must(template.New("").Funcs(template.FuncMap{
{{end -}}
+
{{range $key,$val := $providers}}
{{end -}}
+
-
+
@@ -168,6 +169,9 @@
+
+
+
@@ -1005,6 +1009,7 @@
+
@@ -1014,7 +1019,6 @@
-
SRV
@@ -1392,6 +1396,7 @@
+
R53_ALIAS
@@ -1437,6 +1442,7 @@
+
@@ -1492,6 +1498,7 @@
+
@@ -1635,6 +1642,7 @@
+
dual host
@@ -2017,6 +2025,9 @@
+
+
+
get-zones
@@ -2147,3 +2158,4 @@
The table below shows various features supported, or not supported by DNSControl providers. - Underlined items have tooltips for more detailed explanation. This table is automatically generated - from metadata supplied by the provider when they register themselves inside dnscontrol. -
-- An empty space may indicate the feature is not supported by a provider, or it may simply mean - the feature has not been investigated and implemented yet. If a feature you need is missing from - a provider that supports it, we'd love your contribution to ensure it works correctly and add it to this matrix. -
-If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.
+The table below shows various features supported, or not supported by DNSControl providers. +Underlined items have tooltips for more detailed explanation. This table is automatically generated +from metadata supplied by the provider when they register themselves inside dnscontrol. + +An empty space may indicate the feature is not supported by a provider, or it may simply mean +the feature has not been investigated and implemented yet. If a feature you need is missing from +a provider that supports it, we'd love your contribution to ensure it works correctly and add it to this matrix. + +If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.