kroxylicious / kroxylicious.github.io

kroxylicious.io org page
0 stars 8 forks source link

Anchor links for kroxylicious.io #31

Closed k-wall closed 8 months ago

k-wall commented 8 months ago

It'd be nice if content headings on the kroxylicious.io had copy/pastable anchor links to that users could easily refer to content from other places.

image
gracegrimwood commented 8 months ago

The jekyll-toc plugin has a Liquid filter that does exactly this. We can use inject_anchors on content where relevant to inject anchor links on headings.

Note that this won't apply to the docs because that content is compiled and rendered in a different repository, and doesn't use Jekyll.