Spacing around HTML links

Hey There

I’m trying to set up rel attributes and open HTML links in a new tab. Whenever I create an HTML block within a post, the links come out with space around them. I haven’t found anything in the CSS.

If you look at the word “community,” the link has spacing after source and before the “.”

How do I fix this?

What’s the HTML code you’re using for the entire block?

Sorry, @Stromfeldt. Should have posted that…

The version of Ghost you are looking at right now would not have been made possible without generous contributions from the open source <a href="https://ghost.org/pricing/" rel="nofollow">community</a>.

Wrap your paragraph in <p></p> tags. HTML blocks don’t assume what your content will be and so don’t include any kind of opening or closing tags.

Worked. Thanks @Stromfeldt