jekyll-garden.github.io icon indicating copy to clipboard operation
jekyll-garden.github.io copied to clipboard

Support for link aliasing

Open matthewwong525 opened this issue 3 years ago • 1 comments

When writing a blog post, I want to be able to reference a link without using the actual name of the link.

I tried the below example and it doesn't seem to work: [alias text]([[link]]) OR [link|alias text]

EDIT: doing this seems to work alias text, but i don't see the link when i hover over the link within the post

matthewwong525 avatar Apr 03 '22 20:04 matthewwong525

Hi, The current javascript is only able to convert [[file]] to file.

hfactor avatar May 29 '22 04:05 hfactor