Link containing apostrophe/single quote mark needs special handling
Open
- Dominant language
- Haskell
- Stars
- 2.3k
- Forks
- 231
- PR merge metrics
- No merged PRs in 30d
Description
The gitit system as installed includes a Front Page with a link to the "Gitit User's Guide". This link is coded as "[Gitit User's Guide]()" in the markdown, and it does not work: it takes you to a page-creation page, where the apostrophe in the title is displayed as a closing rounded single quote mark.
If you change the markdown code to "[Gitit User's Guide](Gitit User's Guide)", it all works fine, and the apostrophe in the page title is displayed as a straight single quote mark.
The former case should work correctly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.