Update mydoc_icons.md
Put in missing end tag.
This commit is contained in:
@ -199,13 +199,13 @@ And here's the shortcode:
|
|||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```
|
```
|
||||||
{{site.data.alerts.callout_info}This is a special callout information message.
|
{{site.data.alerts.callout_info}This is a special callout information message.{{site.data.alerts.end}}
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
Here's the result:
|
Here's the result:
|
||||||
|
|
||||||
{{site.data.alerts.callout_info}}This is a special callout information message.
|
{{site.data.alerts.callout_info}}This is a special callout information message.{{site.data.alerts.end}}
|
||||||
|
|
||||||
You can use any of the following:
|
You can use any of the following:
|
||||||
{% raw %}
|
{% raw %}
|
||||||
|
Reference in New Issue
Block a user