From a77ce0ec7f5a2bd9f08d0261c9310749ae00c3d6 Mon Sep 17 00:00:00 2001
From: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Date: Mon, 29 Apr 2024 12:30:36 -0400
Subject: [PATCH] fix period, update headings (#41961)

---
 docs/questions/sharing/exporting-results.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/questions/sharing/exporting-results.md b/docs/questions/sharing/exporting-results.md
index c55a1501802..6ed5b59f615 100644
--- a/docs/questions/sharing/exporting-results.md
+++ b/docs/questions/sharing/exporting-results.md
@@ -40,9 +40,17 @@ You can also export data by setting up an [alert](../sharing/alerts.md).
 
 ## Exporting results of a dashboard
 
+You can export the results of a dashboard and its cards in different ways.
+
+- [Export dashboard as PDF](#export-dashboard-as-pdf)
+- [Exporting dashboard card](#exporting-results-of-a-dashboard-card)
+- [Exporting via dashboard subscriptions](#exporting-results-of-a-dashboard-via-dashboard-subscriptions)
+
+### Export dashboard as PDF
+
 You can export a dashboard as a PDF. Click on the three dot menu (**...**) and select **Export as PDF**.
 
-![Exporting a dashboard as a PDF](../images/export-dashboard-as-pdf.png).
+![Exporting a dashboard as a PDF](../images/export-dashboard-as-pdf.png)
 
 The PDF will only include screenshots of the charts as they are visible on the dashboard.
 
@@ -63,7 +71,7 @@ To export the raw, unformatted results, hold down the `option` key for Macs, or
 
 If you don't see this option, you may not have [permissions to download results](../../permissions/data.md#download-results).
 
-## Exporting results of a dashboard via dashboard subscriptions
+### Exporting results of a dashboard via dashboard subscriptions
 
 You can use [dashboard subscriptions](../../dashboards/subscriptions.md) to regularly export data from all questions on a dashboard, and include those results as an attachment.
 
-- 
GitLab