Skip to content

Missing space when splitting #87

@svondervoort

Description

@svondervoort

I've set up a CodePen to demonstrate the issue I'm experiencing at the moment here: https://codepen.io/svondervoort/pen/bNGVBOq

When stripping all tags after splitting the H2 the results are:

// Lines + Words
"Geen toekomst zonderverleden"

// Lines
"Geen toekomst zonderverleden"

// Manually adding spaces after each line after splitting
"Geen toekomst zonderverleden"

// None
"Geen toekomst zonder verleden"

Notice the space missing between zonder and verleden. This ofcourse depends on the width of your view on where the lines are split. But it seems to have to do something with the lines and not necessarily words.

This seems to be messing up SEO results. Are there any knows fixes or solutions that I missed?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions