-
Notifications
You must be signed in to change notification settings - Fork 1
Quotes
cibboy edited this page Sep 3, 2018
·
2 revisions
Quotes come in two flavors:
-
citetag -
blockquotetag
cite is for inline quotation and it simply receives an italic styling.
blockquote is a dedicated block for longer quotations, styled in italic, with a slightly different color, a big quotation mark at the beginning to identify it and dedicate margins. It supports reference/author through a specialization class.
-
Inline quotes are created through the traditional
citetag.<p>Normal text <cite>quote</cite></p>
-
Block quotes are created using the traditional
blockquotetag. Author/reference can be added using aspantag with arefclass, within theblockquotetag.Simple block quote.
<blockquote> Longer quote. </blockquote>
Block quote with author.
<blockquote> Longer quote. <span class="ref">Author</span> </blockquote>