skiptools / skiptools/skip.dev

Remove <br> in the og:title

Open Beginner friendly
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
MDX
Stars
32
Forks
8
PR merge metrics
No merged PRs in 30d

Description

https://github.com/skiptools/skip.dev/blob/75751363b81a97c303ff2fedf48e5ffcf6656d96/src/content/docs/index.mdx#L2

-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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.