Hi there,
I’m curently using my own custom theme and my issue is quite simple, I reproduced it here :
my first google link is not translated to html but this second is. I guess it’s because of my html code ?
my md file looks like this
{{< textfont >}}
some texte
[google](https://google.com)
{{< /textfont >}}
[google](https://google.com)
I missed some things which are not interesting in this case ; my textfont shortcode looks like this :
<div class="text-muted text-article">{{.Inner}}</div><p>
</div>
my text-muted and text-article css :
.text-article {
font-size: 1.5em;
max-width: 40%;
margin-right: none;
}
.text-muted {
color: #6c757d!important;
font-family: "Ubuntu-Regular"!important;
}
I think I’ve given all needed ? The html code is available in the link I just gave by pressing ctrl+U.
Thanks for reading, and thanks by advance to help me ![]()