7.9.4 base.text.cite Cite
The <cite> element represents a reference to a creative work.
Example
Who is your favorite doctor (in Doctor Who)?
Comment by Oli Walberg
Markup: base/text/text-cite.twig
<p>Who is your favorite doctor (in <cite class="{{modifier_class}}">Doctor Who</cite>)?</p>
<p>Comment by <cite class="{{modifier_class}}"><a href="#">Oli Walberg</a></cite></p>
Source:
base/text/_text.scss, line 63