Replace "ins" tag with "u" tag for underline
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 163
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
"ins" tag corresponds to an insertion whereas "u" tag corresponds to underline. Moreover, "ins" tags are not correctly displayed as underline on many email platforms. Some of them change its colour, some others just don't underline anything. "u" is more appropriate here.
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 src/library/processInlineTag.js line 6 and inspect how the ins tag is handled. Replace the underline mapping with u, then verify that the generated output uses u and that the existing test suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100