congo
congo copied to clipboard
🛠 fix: Space in rendered link
When I have these in my markdwon:
this[link]({{< relref "/series" >}})shouldnothaveanyspace
this[link](https://github.com/tomy0000000)shouldnothaveanyspace
an extra \n
character is rendered in HTML, which is interpreted as a space before the link like this:
where it should have been this:
This PR trimmed the newline characters and fixed the bug.
Deploy Preview for hugo-congo ready!
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 0a6267c171e799ac8c0297f6e1ca8d2c318a921c |
Latest deploy log | https://app.netlify.com/sites/hugo-congo/deploys/65d806735a583500081f6a50 |
Deploy Preview | https://deploy-preview-813--hugo-congo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This seems to address #811 and I currently verified this issue.
Thanks for this... these embedded templates are the bane of my existence. Will merge this in now.