From fe0a45533bbe9e303cea1e4ef22ce6cca4f16498 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 9 Mar 2024 10:02:15 +0000 Subject: [PATCH] Fix subscription FAQs --- source/_pages/subscription.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_pages/subscription.md b/source/_pages/subscription.md index f4416959c..b0b9f19d2 100644 --- a/source/_pages/subscription.md +++ b/source/_pages/subscription.md @@ -185,9 +185,9 @@ And we'll figure out what's best for you. ## Frequently asked questions {% for faq in page.faqs %} -

{{ faq.0 }}

+

{{ faq.0 }}

- {{ faq.1|markdown }} + {{ faq.1|markdown }} {% endfor %} ---