Skip to content

Refactor heading anchor links

Phil Ricketts requested to merge (removed):refactor-heading-permalinks into master

I had no idea the P symbols in headings were anchor links until someone mentioned in chat (who also didn't know) - I assumed they were a bootstrap theme quirk. A chain link is the convention for this kind of thing, so this PR replaces the Paragraph symbol with a chain link.

Changes:

  • Add CSS class to heading anchors
  • Add CSS rule to extras.css
  • Update sha384sum for extras.css

This uses an emoji, which really could be implemented without causing any problems, but I wanted to check with you before implementing an SVG (data URI in .anchor class)

Screen_Shot_2022-09-05_at_16.06.35

Merge request reports