<div class="spacer"></div>
<h1>Stand Alone Links</h1>

<h2><a rel="external" href="https://example.com">Example Header 2</a></h2>
<a rel="external" href="https://example.com">Link</a>

<h1>Inline Links</h1>
<p>
    <a rel="external" href="https://example.com">Lorem ipsum</a> dolor sit amet, consectetur adipiscing elit. Fusce viverra
    sollicitudin ante nec pellentesque. Nullam id lectus tristique felis fermentum
    sagittis. Nam in tincidunt diam, <a rel="external" href="https://example.com">non egestas</a> velit. Fusce aliquet sapien eu
    lacus placerat porta. Proin rutrum risus bibendum, tincidunt sapien vel, congue
    diam. Nulla nibh metus, dictum ac faucibus cursus, convallis quis lacus. Integer
    quis est viverra, luctus enim ac, <a rel="external" href="https://example.com">dictum nisi</a>.
</p>
<ul>
    <li><a rel="external" href="https://example.com">This whole item is a link.</a></li>
    <li><a rel="external" href="https://example.com">This is</a> a list item with a link.</li>
    <li>This is a <a rel="external" href="https://example.com">list item</a> with a link.</li>
    <li>This is a list item <a rel="external" href="https://example.com">with a link</a>.</li>
</ul>
{% if not standAlone %}<div class="spacer"></div>{% endif %}
<h1>Stand Alone Links</h1>

<h2><a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">Example Header 2</a></h2>
<a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">{{ label }}</a>

<h1>Inline Links</h1>
<p>
  <a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">Lorem ipsum</a> dolor sit amet, consectetur adipiscing elit. Fusce viverra
  sollicitudin ante nec pellentesque. Nullam id lectus tristique felis fermentum
  sagittis. Nam in tincidunt diam, <a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">non egestas</a> velit. Fusce aliquet sapien eu
  lacus placerat porta. Proin rutrum risus bibendum, tincidunt sapien vel, congue
  diam. Nulla nibh metus, dictum ac faucibus cursus, convallis quis lacus. Integer
  quis est viverra, luctus enim ac, <a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">dictum nisi</a>.
</p>
<ul>
  <li><a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">This whole item is a link.</a></li>
  <li><a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">This is</a> a list item with a link.</li>
  <li>This is a <a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">list item</a> with a link.</li>
  <li>This is a list item <a{% if className %} class="{{ className }}"{% endif %}{% if rel %} rel="{{ rel }}"{% endif %} href="{{ href }}">with a link</a>.</li>
</ul>
{
  "href": "https://example.com",
  "label": "Link",
  "rel": "external"
}

There are no notes for this item.