Skip to content

2.2.0

Compare
Choose a tag to compare
@jescalan jescalan released this 21 Apr 23:19
9202c29

This release makes it such that if an anchor link alias is used, it appears as the primary permalink, and the auto-generated slug is a backup. The logic here is that if an anchor link alias is provided, it's likely an explicitly intended target, and explicitly provided anchor links are more stable targets over time than headline text which can be accidentally changed.

Additionally, compatibilitySlug previously did not apply to lists with inline code, now it does 🤗

Commits

  • Make aliases/compat slugs appear as the primary permalink, apply compatSlug to inlinecode: #11
  • Patch an edge case in anchor link processing: 24ce209