-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ogma-cli
: Rendering of description of Cabal file displays quotes incorrectly
#72
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for Ogma 1.(0+X).(8+Y). Fix assigned to: @ivanperez-keera. |
…#72. The description in the cabal file contains two entries with double quotes in the tiles of links. Those double quotes are not displayed correctly on hackage: instead of appearing as ", they are shown as ". This commit moves the quotes outside the link text so that hackage will render them without escaping them.
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Description
The description in the cabal file contains two entries with double quotes in the tiles of links. Those double quotes are not displayed correctly on hackage: instead of appearing as
"
, they are shown as"
.Type
Additional context
None.
Requester
Method to check presence of bug
The following command shows that there are
"
present in the documentation:Visualizing the file using a browser displays:
when it should display:
Expected result
The
grep
command above should show no results, indicating that the symbol"
is not produced in the HTML output.Desired result
The
grep
command above should show no results, indicating that the symbol"
is not produced in the HTML output.Proposed solution
Modify the links to use the correct haddock syntax for double quotes inside links.
Further notes
None.
The text was updated successfully, but these errors were encountered: