Remove <br> in the og:title

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

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
91/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Domain
documentation

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.

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.

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

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.

More from skiptools/skip.dev

All issues in skiptools/skip.dev

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.