From d8e85adfef6a37a1a7f6bd5944c2e2aa06b3efc0 Mon Sep 17 00:00:00 2001 From: Zachary DeRose Date: Wed, 12 Oct 2022 08:49:18 -0700 Subject: [PATCH] docs(core): quick fix for card markdown syntax (#12553) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 71e3678b17..2d13683480 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,8 +40,8 @@ Cards allow to show content in a grid system with a title, a description, a type ```markdown {% cards %} -{% card title="string" description="string" type="documentation|external|video" url="string" %} -{% card title="string" description="string" type="documentation|external|video" url="string" %} +{% card title="string" description="string" type="documentation|external|video" url="string" /%} +{% card title="string" description="string" type="documentation|external|video" url="string" /%} // as many as cards you want {% /cards %} ```