docs(core): quick fix for card markdown syntax (#12553)

This commit is contained in:
Zachary DeRose 2022-10-12 08:49:18 -07:00 committed by GitHub
parent 20ba188b89
commit d8e85adfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
```