lxndrblz / anatole

Anatole is a minimalistic two-column theme for Hugo.
https://themes.gohugo.io/themes/anatole/
MIT License
657 stars 362 forks source link

Link headings are not distinguished #489

Open ericswpark opened 7 months ago

ericswpark commented 7 months ago

Describe the bug Headings that are links are not distinguished from ones that aren't which makes it hard to tell whether a heading is a link or not

To Reproduce Steps to reproduce the behavior:

Write any heading with markdown #, like this

# [This is a link](https://github.com)

Expected behavior A clear and concise description of what you expected to happen.

"This is a link" should show blue, and have hover CSS so that it is clearly distinguished as a clickable link

Screenshots If applicable, add screenshots to help explain your problem. Regular heading:

image

Link heading:

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

lxndrblz commented 5 months ago

@ericswpark Hi, what would be a use case for this?

Personally, I can't think of when this could be needed.

ericswpark commented 5 months ago

@lxndrblz I was trying to link to a website in part of a heading, like this:

# Everything goes [here](https://example.com)

But because it's not distinguished viewers didn't know to click on it. I had to separate it out into the text below, but it would be nice if links have link styling and was more visible.