<!-- Default -->
<div style="margin-block: 1rem">
<a href="">Default link style … verumtamen alius caecus creta curo</a>
</div>
<!-- 1 -->
<div style="margin-block: 1rem">
<a href="mailto:mail@cdl.org">Mailto link style … advenio turpis voluptatibus tepesco vigor</a>
</div>
<!-- 2 -->
<p>
<strong>
<a href="">Bolded link style … stips tracto consuasor vir ventosus</a>
</strong>
</p>
<!-- 3 -->
<p>
<a href="">
<strong>Linked bold style … stips tracto consuasor vir ventosus</strong>
</a>
</p>
<!-- 4 -->
<p>
<em>
<a href="">Emphasized link style … cubitum textilis ratione vigor termes</a>
</em>
</p>
<!-- 5 -->
<p>
<a href="">
<em>Linked emphasis style … cubitum textilis ratione vigor termes</em>
</a>
</p>
<!-- Default -->
<div style="margin-block: 1rem">
<a href="">Default link style … {{ link.text }}</a>
</div>
<!-- 1 -->
<div style="margin-block: 1rem">
<a href="mailto:mail@cdl.org">Mailto link style … {{ link1.text }}</a>
</div>
<!-- 2 -->
<p>
<strong>
<a href="">Bolded link style … {{ link2.text }}</a>
</strong>
</p>
<!-- 3 -->
<p>
<a href="">
<strong>Linked bold style … {{ link2.text }}</strong>
</a>
</p>
<!-- 4 -->
<p>
<em>
<a href="">Emphasized link style … {{ link3.text }}</a>
</em>
</p>
<!-- 5 -->
<p>
<a href="">
<em>Linked emphasis style … {{ 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.