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
Copy file name to clipboardExpand all lines: docs/content/typography.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -147,22 +147,22 @@ Add `.initialism` to an abbreviation for a slightly smaller font-size.
147
147
148
148
## Blockquotes
149
149
150
-
For quoting blocks of content from another source within your document. Wrap `<blockquote>` around any <abbrtitle="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a `<p>`.
150
+
For quoting blocks of content from another source within your document. Wrap `<blockquote class="blockquote">` around any <abbrtitle="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a `<p class="blockquote-text">` or list `<ul class="blockquote-list">` , `<ol class="blockquote-list">`.
151
151
152
152
{% example html %}
153
-
<blockquote>
154
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
153
+
<blockquoteclass="blockquote">
154
+
<pclass="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
155
155
</blockquote>
156
156
{% endexample %}
157
157
158
158
### Naming a source
159
159
160
-
Add a `<footer>` for identifying the source. Wrap the name of the source work in `<cite>`.
160
+
Add a `<footer class="blockquote-footer">` for identifying the source. Wrap the name of the source work in `<cite>`.
161
161
162
162
{% example html %}
163
163
<blockquoteclass="blockquote">
164
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
165
-
<footer>Someone famous in <citetitle="Source Title">Source Title</cite></footer>
164
+
<pclass="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
165
+
<footerclass="blockquote-footer">Someone famous in <citetitle="Source Title">Source Title</cite></footer>
166
166
</blockquote>
167
167
{% endexample %}
168
168
@@ -172,8 +172,8 @@ Add `.blockquote-reverse` for a blockquote with right-aligned content.
172
172
173
173
{% example html %}
174
174
<blockquoteclass="blockquote blockquote-reverse">
175
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
176
-
<footer>Someone famous in <citetitle="Source Title">Source Title</cite></footer>
175
+
<pclass="blockquote-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
176
+
<footerclass="blockquote-footer">Someone famous in <citetitle="Source Title">Source Title</cite></footer>
0 commit comments