View on GitHub

jekyll-relative-link-test

Link Test

  1. [no spaces](/jekyll-relative-link-test/filename-no-spaces.html) –> no spaces
  2. [with spaces](/jekyll-relative-link-test/filename%20with%20spaces.html) –> with spaces
  3. [encoded spaces](filename%20with%20spaces.md) –> encoded spaces
  4. [spaces within quotes]("filename with spaces.md") –> spaces within quotes
  5. [escaped spaces](filename\ with\ spaces.md) –> escaped spaces

Notes: