docs(core): quick fix for card markdown syntax (#12553)
This commit is contained in:
parent
20ba188b89
commit
d8e85adfef
@ -40,8 +40,8 @@ Cards allow to show content in a grid system with a title, a description, a type
|
|||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
{% cards %}
|
{% 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
|
// as many as cards you want
|
||||||
{% /cards %}
|
{% /cards %}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user