Open brmather opened 4 years ago
I want to create a link e.g.
[stripy](https://www.github.com/underworldcode/stripy)
but it's not displayed correctly in the description field.
Hi Ben,
You would need to link it using the below mentioned snippet as our yaml/markdown is converted into html while rendering.
"<a href = https://www.github.com/underworldcode/stripy>stripy</a>" The latest commit on the netlify-gated branch has it fixed
"<a href = https://www.github.com/underworldcode/stripy>stripy</a>"
I want to create a link e.g.
but it's not displayed correctly in the description field.