mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 18:31:53 +02:00
Update docs
This commit is contained in:
parent
095a64b150
commit
e538cfc4fe
1 changed files with 6 additions and 8 deletions
|
@ -26,7 +26,7 @@ In addition to all the [default Hugo shortcodes](https://gohugo.io/content-manag
|
|||
|
||||
The input is written in Markdown so you can format it however you please.
|
||||
|
||||
**Example 1:**
|
||||
**Example 1:** No params
|
||||
|
||||
```md
|
||||
{{</* alert */>}}
|
||||
|
@ -38,19 +38,19 @@ The input is written in Markdown so you can format it however you please.
|
|||
**Warning!** This action is destructive!
|
||||
{{< /alert >}}
|
||||
|
||||
**Example 2:**
|
||||
**Example 2:** Unnamed param
|
||||
|
||||
```md
|
||||
{{</* alert icon="twitter" */>}}
|
||||
{{</* alert "twitter" */>}}
|
||||
Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter.
|
||||
{{</* /alert */>}}
|
||||
```
|
||||
|
||||
{{< alert icon="twitter" >}}
|
||||
{{< alert "twitter" >}}
|
||||
Don't forget to [follow me](https://twitter.com/nunocoracao) on Twitter.
|
||||
{{< /alert >}}
|
||||
|
||||
**Example 3:**
|
||||
**Example 3:** Named params
|
||||
|
||||
```md
|
||||
{{</* alert icon="fire" cardColor="red" iconColor="black" textColor="white" */>}}
|
||||
|
@ -124,7 +124,6 @@ Call to action
|
|||
|
||||
`carousel` is used to showcase multiple images in an interactive and visually appealing way. This allows a user to slide through multiple images while only taking up the vertical space of a single one. All images are displayed using the full width of the parent component and using one of the predefined aspect ratios of `16:9`, `21:9` or `32:9`.
|
||||
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
| Parameter | Description |
|
||||
| ------------- | ----------------------------------------------------------------------------------------------------------------- |
|
||||
|
@ -377,7 +376,6 @@ The `where` and `value` values are used in the following query `where .Site.Regu
|
|||
|
||||
{{< list title="Samples" limit=5 where="Type" value="sample">}}
|
||||
|
||||
|
||||
<br/><br/><br/>
|
||||
|
||||
## Mermaid
|
||||
|
|
Loading…
Add table
Reference in a new issue