Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
bbd62031
Commit
bbd62031
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix blockquote docs
parent
786b1682
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/typography.md
+2
-2
docs/content/typography.md
with
2 additions
and
2 deletions
+2
-2
docs/content/typography.md
+
2
-
2
View file @
bbd62031
...
...
@@ -179,7 +179,7 @@ For quoting blocks of content from another source within your document. Wrap `<b
Add a
`<footer>`
for identifying the source. Wrap the name of the source work in
`<cite>`
.
{% example html %}
<blockquote>
<blockquote
class=
"blockquote"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
<footer>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite></footer>
</blockquote>
...
...
@@ -190,7 +190,7 @@ Add a `<footer>` for identifying the source. Wrap the name of the source work in
Add
`.blockquote-reverse`
for a blockquote with right-aligned content.
{% example html %}
<blockquote
class=
"blockquote-reverse"
>
<blockquote
class=
"blockquote
blockquote
-reverse"
>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
<footer>
Someone famous in
<cite
title=
"Source Title"
>
Source Title
</cite></footer>
</blockquote>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets