Jekyll Relative Links Versions Save

A Jekyll plugin to convert relative links to markdown files to their rendered equivalents

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/benbalter/jekyll-relative-links/compare/v0.6.1...v0.7.0

v0.6.1

4 years ago

Support for Jekyll 4.x

v0.6.0

5 years ago
  • Add option to exclude specific directories (#50) @jeff-matthews
  • Square bracket support closes #42 (#43) @andymond
  • Add info about permalink: pretty (#45) @petk
  • update documentation (#46) @kenman345

v0.5.3

6 years ago

Fix for gsub frozen string issue #41, thanks @pcolmer

v0.5.2

6 years ago

Guard against encoding errors (#37)

v0.5.1

6 years ago
  • Fix reference link regex (#31, thanks @qwtel)
  • Guard against static files with .md extensions
  • Updated documentation (#34, thanks @janpio)

v0.5.0

6 years ago
  • Collection support, props @qwtel
  • Fix for Reference-style links are not processed when tag definition is indented, #24, props @qwtel
  • Ability to disable via config flag

v0.4.1

6 years ago
  • Bail early for absolute URLs and fragments (#20)
  • Fix #16: FRAGMENT_REGEX is too greedy (#18, props @dato)
  • Regexp escape path before removing it from relative paths

v0.4.0

7 years ago
  • Support for relative static files
  • Save from 'invalid byte sequence' errors #15
  • Add test for custom permalinks

v0.3.0

7 years ago
  • Support for fragments (e.g., page.html#foo)
  • Documentation fixes, props @rmccue and @zeke
  • Add Travis