Skip to content

Commit 9b3b13b

Browse files
committed
Fixed layout of code samples in Readme.
1 parent 27fd89b commit 9b3b13b

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ As you can see in the second snippet, output can be configured on alert level al
136136
Multiple options can be used for single alerts as shown below:
137137

138138
```markdown
139-
> [!NOTE|style:flat|label:My own heading|iconVisibility:false]
140-
> An alert of type 'note' using alert specific style 'flat' which overrides global style 'callout'.
139+
> [!TIP|style:flat|label:My own heading|iconVisibility:false]
140+
> An alert of type 'tip' using alert specific style 'flat' which overrides global style 'callout'.
141141
> In addition, this alert uses an own heading and hides specific icon.
142142
```
143143

@@ -147,19 +147,19 @@ As mentioned above you can provide your own alert types. Therefore, you have to
147147

148148
```json
149149
{
150-
"plugins": [
151-
"flexible-alerts"
152-
],
153-
"pluginsConfig": {
154-
"flexible-alerts": {
155-
"style": "callout",
156-
"comment": {
157-
"label": "Comment",
158-
"icon": "fa-comments",
159-
"className": "info"
160-
}
161-
}
162-
}
150+
"plugins": [
151+
"flexible-alerts"
152+
],
153+
"pluginsConfig": {
154+
"flexible-alerts": {
155+
"style": "callout",
156+
"comment": {
157+
"label": "Comment",
158+
"icon": "fa-comments",
159+
"className": "info"
160+
}
161+
}
162+
}
163163
}
164164
```
165165

0 commit comments

Comments
 (0)