Hi
In my editor I have this:
This leads this this HTML-Code:
<div class="blocks">
<p>Die Präsentation vom Elterninformationsabend finden Sie <a href="https://someurl.de/file.pdf">hier</a>.</p>
</div>
The problem is that there is almost zero contrast in my theme if I do not apply a class here (I am using TailwindCSS), so I want the anchor to be <a href class="some class" href="...">
I don’t know how to tell Kirby to add a class to all <a>
-tags…