Hi, I want to imitate footnotes for some links.
Ideally I would add attributes but it hasn’t yet entered commonmark (if it ever does…) so I’ll use the renderhook instead. to get something like:
essayez ce lien1
But without having to write html, because it sucks. I just need a function or way to check if .Text contains only figures, to suround it with <sup></sup>
and other attributes.