remove <i> tag from sample posts

This commit is contained in:
Dean Attali 2017-08-18 02:56:57 -04:00 committed by GitHub
parent 2f504509f5
commit 24c7e2c508
1 changed files with 3 additions and 3 deletions

View File

@ -57,14 +57,14 @@ You can add notification, warning and error boxes like this:
### Notification
{: .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
{: .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
{: .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.