mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 02:41:52 +02:00
Update wording
This commit is contained in:
parent
1358930b6e
commit
29d2cfd9b6
1 changed files with 2 additions and 2 deletions
|
@ -381,13 +381,13 @@ Check out the [mathematical notation samples]({{< ref "mathematical-notation" >}
|
||||||
## Keyword
|
## Keyword
|
||||||
|
|
||||||
|
|
||||||
The `keyword` creates a visually distinguished keyword that can be used in different use-cases, e.g. professional skills etc. The `keyword` shortcode relies on the `keywordList` shortcode to group together keywords. Each item can have the following properties.
|
The `keyword` component can be used to visually highlight certain important words or phrases, e.g. professional skills etc. The `keywordList` shortcode can be used to group together multiple `keyword` items. Each item can have the following properties.
|
||||||
|
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
| Parameter | Description |
|
| Parameter | Description |
|
||||||
| ----------- | -------------------------------------------- |
|
| ----------- | -------------------------------------------- |
|
||||||
| `icon` | the icon to be used in the keyword |
|
| `icon` | Optional icon to be used in the keyword |
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
The input is written in Markdown so you can format it however you please.
|
The input is written in Markdown so you can format it however you please.
|
||||||
|
|
Loading…
Add table
Reference in a new issue