support relative links with anchors

#9

Hugging Face Markdown does not support #style links (using MacOS + Brave Browser), proposed solution is to use <a name="anchors"></a> to support relative links to particular document headers. Love StarCoder2 by the way.

Looking at: https://huggingface.co/google/flan-t5-xxl

#style links appear to work only for # headers. In order to link to ## headers, the anchors solution seems to be best.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment