Skip to content
New issue

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

Help Wanted: Code blocks within tabbed content blocks are being double spaced #1303

Open
devinbinnie opened this issue Oct 13, 2023 · 1 comment

Comments

@devinbinnie
Copy link
Member

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
Screenshot 2023-10-13 at 10 01 29 AM

Observed: The code block adds arbitrary spaces between lines
Screenshot 2023-10-13 at 10 02 09 AM

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.

@Omar8345
Copy link
Contributor

Can I get assigned to this please? Seems that no one wants to work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants