skiptools / skiptools/skip.dev
Remove <br> in the og:title
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 32
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
-title: 'One Swift Codebase.<br>Two Native Platforms.'
+title: 'One Swift Codebase. Two Native Platforms.'
This should not contain HTML–just text.^1 This is causing unfurlers on Discord, Fluxer, etc. to render the "<br>" in text.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/content/docs/index.mdx at line 2 and inspect the title metadata. Remove the HTML line-break from the title so it contains plain text only. Done means the title matches the issue’s proposed wording and no br markup remains in that metadata value.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 91/100