File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ As you can see in the second snippet, output can be configured on alert level al
136136Multiple 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
You can’t perform that action at this time.
0 commit comments