I know it's not right but I have a situation where I needed to do a line break within the link as attached image.
IwouldliketoworkwiththeCakepatternbutIhadtodothelinebreakthroughHTML.
HowdoIdothisforCake?
<navclass="columns" id="actions-sidebar">
<ul class="side-nav">
<li><a href="#DadosPrincipais">> Dados Básicos<br>
> Telefones<br>
> Qualificação<br>
> Residência<br>
> Cônjuge</a></li>
<li><a href="#TrabalhoRendimento">> Trabalho<br>
> Rendimentos</a></li>
<li><?= $this->Html->link('> '.'Referências','#Referencia', ['style' => $matriculaButton]) ?></li>
<li><?= $this->Html->link('> '.'Comprovantes','#Comprovante', ['style' => $matriculaButton]) ?></li>
</ul>
</nav>