Links with titles not handled properly
- Dominant language
- Ruby
- Stars
- 1.9k
- Forks
- 360
- PR merge metrics
- No merged PRs in 30d
Description
### Before submitting an issue, please be sure to
- [x] Read [the contributing instructions](https://github.com/github/pages-gem/blob/master/docs/CONTRIBUTING.md#contributing-to-the-github-pages-gem)
- [x] Update to the latest Gem version (run `bundle update github-pages`)
### This issue affects
- [x] The site generated by GitHub Pages
- [x] Building sites locally
### What did you do
1. Setup jekyll and pages-gem
2. Write a markdown link with title to another local markdown file
- e.g. write `[support guideline](docs/SUPPORT.md "Read it first!")` into `README.md`
3. Generate htmls
### What did you expect to happen?
- The link goes from `.md` to `.html` in the generated html
### What happened instead?
- The link still points `.md` file
### Additional information
* It's caused by `jekyll-relative-links v0.6.1` plugin, and fixed by [`v0.7.0`](https://github.com/benbalter/jekyll-relative-links/releases/tag/v0.7.0)
Contributor guide
Assessment
This issue has not been assessed yet.