Links

<!-- Default -->
<div style="margin-block: 1rem">
    <a href="">Default link style &hellip; verumtamen alius caecus creta curo</a>
</div>

<!-- 1 -->
<div style="margin-block: 1rem">
    <a href="mailto:mail@cdl.org">Mailto link style &hellip; advenio turpis voluptatibus tepesco vigor</a>
</div>

<!-- 2 -->
<p>
    <strong>
        <a href="">Bolded link style &hellip; stips tracto consuasor vir ventosus</a>
    </strong>
</p>

<!-- 3 -->
<p>
    <a href="">
        <strong>Linked bold style &hellip; stips tracto consuasor vir ventosus</strong>
    </a>
</p>

<!-- 4 -->
<p>
    <em>
        <a href="">Emphasized link style &hellip; cubitum textilis ratione vigor termes</a>
    </em>
</p>

<!-- 5 -->
<p>
    <a href="">
        <em>Linked emphasis style &hellip; cubitum textilis ratione vigor termes</em>
    </a>
</p>

<!-- Default -->
<div style="margin-block: 1rem">
  <a href="">Default link style &hellip; {{ link.text }}</a>
</div>

<!-- 1 -->
<div style="margin-block: 1rem">
  <a href="mailto:mail@cdl.org">Mailto link style &hellip; {{ link1.text }}</a>
</div>

<!-- 2 -->
<p>
  <strong>
    <a href="">Bolded link style &hellip; {{ link2.text }}</a>
  </strong>
</p>

<!-- 3 -->
<p>
  <a href="">
    <strong>Linked bold style &hellip; {{ link2.text }}</strong>
  </a>
</p>

<!-- 4 -->
<p>
  <em>
    <a href="">Emphasized link style &hellip; {{ link3.text }}</a>
  </em>
</p>

<!-- 5 -->
<p>
  <a href="">
    <em>Linked emphasis style &hellip; {{ link3.text }}</em>
  </a>
</p>
/* Default */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

/* 1 */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

/* 2 */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

/* 3 */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

/* 4 */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

/* 5 */
{
  "link": {
    "text": "verumtamen alius caecus creta curo"
  },
  "link1": {
    "text": "advenio turpis voluptatibus tepesco vigor"
  },
  "link2": {
    "text": "stips tracto consuasor vir ventosus"
  },
  "link3": {
    "text": "cubitum textilis ratione vigor termes"
  }
}

No notes defined.