nautilus-cyberneering / secure-git-guide

A collections of articles about Git, GitHub and GPG focused on security.
https://secure-git.guide
8 stars 5 forks source link

Uneven white spaces in the links section #66

Open mario-nt opened 1 year ago

mario-nt commented 1 year ago

Issue description

In the "links" section at the end of the article 008_GPG-How-to-create-a-subkey-for-signing, there is two white spaces that should not be rendered:

image

I checked for this small bug in two different browsers and OS (Firefox and Edge on Windows and Firefox on Ubuntu) and all show the same white spaces.

The .md file that contains the article seems correct, and if we visualize the file on github, the "preview" window renders the links with one space for each link.

.md file

image

Github preview window

image

Html file

However, the final .html file that gets rendered adds a "p" tag before the "a" tag that contains the link in the first two, causing them to render a white space:

image