basin-genesis-hub / bgh_atlas

Atlas jekyll 2
https://atlas.bgh.org.au
MIT License
4 stars 3 forks source link

How do I create links? #3

Open brmather opened 4 years ago

brmather commented 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.

Dazaman commented 4 years ago

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