From c8e082815da21a9137c709400964ae6910ee89bd Mon Sep 17 00:00:00 2001
From: Matthew Wire <mjw@mjwconsult.co.uk>
Date: Thu, 11 Feb 2021 23:56:13 +0000
Subject: [PATCH] fix docs

---
 docs/roadmap.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/roadmap.md b/docs/roadmap.md
index 6af63934..c84478ab 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -124,10 +124,12 @@ information to update the recurring contribution in CiviCRM.
 #### CiviCRM -> Stripe
 
 CiviCRM has native forms for updating the subscription in CiviCRM. The parameters to support are:
+
 * Amount.
 * Schedule (frequency unit/interval).
 
 To setup a subscription in Stripe there are 3 objects involved:
+
 * Subscription - one or more "plans" that make up a subscription.
 * Plan - A payment plan (eg. once a month).
 * Product - one or more "products" that are included in a plan.
-- 
GitLab