keybase / keybase/keybase-issues
Reddit: usernames with underscore
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 899
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
The prefilled reddit proof containes the following part
I am [NAME](LINK) on reddit.
When the reddit name contains an underscore (which is legal), this might end up as an italic font style, e.g.
I am [_foo_](LINK) on reddit.
So you should prefix all underscores with a backslash, e.g.
I am [\_foo\_](LINK) on reddit
Contributor guide
No contributing guide indexed for this repository
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
Start at the code that generates the prefilled Reddit proof, focusing on how the Reddit username is inserted into the Markdown message. Verify the output with a username containing underscores such as foo; done means the underscores are escaped so they render literally rather than as italics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- content
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100