You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% include alert.html type="info" title="What is an alert?" content="An alert is a box that can stand out to indicate important information. You can choose from levels success, warning, danger, info, and primary. This example is an info box, and the code for it looks like this:" %}
172
+
{% include alert.html type="info" title="What is an alert?" content="An alert is a box that can stand out to indicate important information. You can choose from levels success, warning, danger, info, and primary. This example is an info box, and the code for another might look like this:" %}
165
173
166
174
```
167
-
{%raw%}{% include alert.html type="info" title="What is an alert?" content="An alert is a box that can stand out to indicate important information. You can choose from levels success, warning, danger, info, and primary. This example is an info box, and the code for it looks like this:" %}
168
-
{%endraw%}
175
+
{%raw%}{% include alert.html type="info" title="Here is another!" %}{%endraw%}
169
176
```
170
177
171
178
Just for fun, here are all the types:
@@ -174,6 +181,12 @@ Just for fun, here are all the types:
174
181
{% include alert.html type="danger" content="This alerts danger!" %}
175
182
{% include alert.html type="success" content="This alerts success" %}
176
183
184
+
### Quotes
185
+
186
+
You can include block quotes to emphasize text.
187
+
188
+
> Here is an example. Isn't this much more prominent to the user?
189
+
177
190
## Development
178
191
179
192
Initially (on OS X), you will need to setup [Brew](http://brew.sh/) which is a package manager for OS X and [Git](https://git-scm.com/). To install Brew and Git, run the following commands:
0 commit comments