support relative links with anchors
#9
by
						
ZennyKenny
	
							
						- opened
							
					
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.

