We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like there is space being added around links, causing some punctuation to be incorrectly spaced.
Using the Getting Started page to illustrate:
This code:
Generates this output:
Moving the quotation marks outside the link
I thought that maybe the link style was an issue, so I updated that too:
But that generates the same output
Lastly I thought maybe it was the italic:
But removing it generates the same spacing issues as before.
Probably this has to do with the styling somewhere, and I expect this issue is the underlying cause of these bugs issues:
The text was updated successfully, but these errors were encountered:
There is a solution to this issue here: cncf/hugo-netlify-starter#93
Sorry, something went wrong.
FYI, you'll probably want to wait for cncf/hugo-netlify-starter#77 to be fixed before adopting the render-link hook used in the starter.
The fix has landed.
We migrated to Docsy. There is probably no issue anymore. At least all previously found bugs are now fixed.
No branches or pull requests
It looks like there is space being added around links, causing some punctuation to be incorrectly spaced.
Using the Getting Started page to illustrate:
This code:
Generates this output:
Moving the quotation marks outside the link
Generates this output:
I thought that maybe the link style was an issue, so I updated that too:
But that generates the same output
Lastly I thought maybe it was the italic:
But removing it generates the same spacing issues as before.
Probably this has to do with the styling somewhere, and I expect this issue is the underlying cause of these
bugsissues:The text was updated successfully, but these errors were encountered: