|
|
|
@@ -118,6 +118,12 @@ This is an info text, it will be displayed in an info alert box! |
|
|
|
@end |
|
|
|
</pre><p>Results in</p> |
|
|
|
<div class="alert alert-info"><span class="alert-title"><i class="fa fa-info-circle"></i> Info</span><p>This is an info text, it will be displayed in an info alert box!</p> |
|
|
|
</div><p>The markdown:</p> |
|
|
|
<pre class="nocode">@alert tip |
|
|
|
This is a tip! It will be displayed in a tip alert box! |
|
|
|
@end |
|
|
|
</pre><p>Results in</p> |
|
|
|
<div class="alert alert-tip"><span class="alert-title"><i class="fa fa-info-circle"></i> Tip</span><p>This is a tip! It will be displayed in a tip alert box!</p> |
|
|
|
</div><h2 id="font-awesome-icons">Font Awesome icons</h2> |
|
|
|
<p>To specify a font-awesome icon, use <code>@fa-iconname</code>, where <em>iconname</em> is the name of the font-awesome icon.</p> |
|
|
|
<p>Example: To specify the font awesome icon for GitHub, use <code>@fa-github</code>, which will result in: <i class="fa fa-github"></i></p> |
|
|
|
|