-
Notifications
You must be signed in to change notification settings - Fork 43
Missing space when splitting #87
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
