diff --git a/hyperglass/render/templates/info/bgp_aspath.md.example b/hyperglass/render/templates/info/bgp_aspath.md.example
index 20e6b79..dc5c6db 100644
--- a/hyperglass/render/templates/info/bgp_aspath.md.example
+++ b/hyperglass/render/templates/info/bgp_aspath.md.example
@@ -1,6 +1,5 @@
-+++
-link = 'Supported BGP AS Path Expressions'
-+++
+link: Supported BGP AS Path Expressions
+---
Performs BGP table lookup based on `AS_PATH` regular expression.
{{ info["bgp_aspath"]["link"] }}
diff --git a/hyperglass/render/templates/info/bgp_community.md.example b/hyperglass/render/templates/info/bgp_community.md.example
index 3b11cdc..35202d8 100644
--- a/hyperglass/render/templates/info/bgp_community.md.example
+++ b/hyperglass/render/templates/info/bgp_community.md.example
@@ -1,6 +1,5 @@
-+++
-link = '{{ general["org_name"] }} BGP Communities'
-+++
+link: {{ general["org_name"] }} BGP Communities
+---
Performs BGP table lookup based on [Extended](https://tools.ietf.org/html/rfc4360) or [Large](https://tools.ietf.org/html/rfc8195) community value.
{{ info["bgp_community"]["link"] }}
diff --git a/hyperglass/render/templates/info/bgp_route.md.example b/hyperglass/render/templates/info/bgp_route.md.example
index 87911a9..35a3a59 100644
--- a/hyperglass/render/templates/info/bgp_route.md.example
+++ b/hyperglass/render/templates/info/bgp_route.md.example
@@ -1,3 +1,2 @@
-+++
-+++
+---
Performs BGP table lookup based on IPv4/IPv6 prefix.
diff --git a/hyperglass/render/templates/info/ping.md.example b/hyperglass/render/templates/info/ping.md.example
index b94a4c7..57da0bb 100644
--- a/hyperglass/render/templates/info/ping.md.example
+++ b/hyperglass/render/templates/info/ping.md.example
@@ -1,3 +1,2 @@
-+++
-+++
+---
Sends 5 ICMP echo requests to the target.
diff --git a/hyperglass/render/templates/info/traceroute.md.example b/hyperglass/render/templates/info/traceroute.md.example
index 5851541..1dfda56 100644
--- a/hyperglass/render/templates/info/traceroute.md.example
+++ b/hyperglass/render/templates/info/traceroute.md.example
@@ -1,3 +1,2 @@
-+++
-+++
+---
Performs UDP Based traceroute to the target.
For information about how to interpret traceroute results, [click here](https://hyperglass.readthedocs.io/nanog_traceroute.pdf).