-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move citation out of blockquote per spec (#2806)
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<blockquote cite="https://www.huxley.net/bnw/four.html"> | ||
<p>Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.</p> | ||
<footer>—Aldous Huxley, <cite>Brave New World</cite></footer> | ||
</blockquote> | ||
<div> | ||
<blockquote cite="https://www.huxley.net/bnw/four.html"> | ||
<p>Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.</p> | ||
</blockquote> | ||
<p>—Aldous Huxley, <cite>Brave New World</cite></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters