I tried:
# This is a header <span style="font-size:small;">[link_name]</span>
and got this:
This is a header link_name
but I want link_name to be at a smaller font.
At vs code this works, but at github it doesn't.
Any suggestions?
I tried:
# This is a header <span style="font-size:small;">[link_name]</span>
and got this:
but I want link_name to be at a smaller font.
At vs code this works, but at github it doesn't.
Any suggestions?
That does not seem to be supported, for the same reason mentioned in "How to apply color in Markdown?"
Markdown’s formatting syntax only addresses issues that can be conveyed in plain text.
Within an header (level 1: #
), you can have only "plain text".