Steps to reproduce:
Create a code block within some tabbed content. Example:
|
2. Install NodeJS from [NodeSource](https://github.com/nodesource/distributions#installation-instructions): |
Expected: The code block should render without extra spacing

Observed: The code block adds arbitrary spaces between lines

Potential cause: It's likely an issue with the Hugo template generator. I noticed that the generated HTML is adding a newline after each line within the span tag, so it's getting double spaced.