If anyone could provide an example of an extended KirbyTag for links to include <span class="xx"> and <abbr> markups into “text” links, would be awesome.
Why do you means by always? I want to be able to use <span>s in all areas of my website. I don’t know if I can easily change classes of <span>, through. Why Kirby skip HTML tags by default?
You can absolutely use HTML in markdown, that’s not the issue. But I thought you wanted it especially inside link tags.
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated <span style="color:red">they live in Bookmarksgrove</span> right at the coast of the Semantics,
What I meant above was if you always want to have spans in link tags or only in some link tags. Because if only sometimes, then your link tag needs some condition when to apply a span and when not to.
But play around with making a copy of the tag and then change what you want.
Thanks @pixelijn, I understand what you mean. I need <span> always, it’s not conditional but only for layout goals (styling fragments of the link). As I said before, I don’t understand how to extend the kirbytag. Is there a recipe/tutoriel for this?