remove <i> tag from sample posts
This commit is contained in:
parent
2f504509f5
commit
24c7e2c508
@ -57,14 +57,14 @@ You can add notification, warning and error boxes like this:
|
|||||||
### Notification
|
### Notification
|
||||||
|
|
||||||
{: .box-note}
|
{: .box-note}
|
||||||
<i class="fa fa-commenting icon-blue" aria-hidden="true"></i> **Note:** This is a notification box.
|
**Note:** This is a notification box.
|
||||||
|
|
||||||
### Warning
|
### Warning
|
||||||
|
|
||||||
{: .box-warning}
|
{: .box-warning}
|
||||||
<i class="fa fa-bolt icon-yellow" aria-hidden="true"></i> **Warning:** This is a warning box.
|
**Warning:** This is a warning box.
|
||||||
|
|
||||||
### Error
|
### Error
|
||||||
|
|
||||||
{: .box-error}
|
{: .box-error}
|
||||||
<i class="fa fa-exclamation circle icon-red" aria-hidden="true"></i> **Error:** This is a error box.
|
**Error:** This is a error box.
|
||||||
|
Loading…
Reference in New Issue
Block a user