nofusscomputing / nofusscomputing/centurion_ui

Markdown URLs must use react-router.Link

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

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
0
Forks
0
Avg merge
1d 4h
Merged PRs (30d)
20

Description

HTML anchors are how navigation occurs on a webserver.

Details

Currently rendered markdown uses a standard HTML anchor tag. whilst functionally this is fine as it allows navigation to occur. However is problematic for a SPA. As such rendered markdown must be updated so that it uses react-router.Link in lieu of a HTML anchor tag.

Tasks

  • Update markdown anchor rendering to use router link
  • test.

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

Start by locating the markdown anchor rendering entry point in the TypeScript frontend. Update the rendered markdown link behavior to use the requested router link, then add and run a test confirming markdown URLs render through that link component.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.