javascript-tutorial / javascript-tutorial/en.javascript.info
Update character display?
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 25.5k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
Didn't investigate, but so far as I can see there are some character sequences that are being transformed by server into correct characters like these:
character sequence '-' will stay hyphen ('-') or gets converted to bullet point
character sequence '--' will be displayed as dash '–' (U+2013).
I see that character sequence (three dots) '...' is not converted to ellipsis '…' (U+2026).
Is there a way to do introduce this transform?
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
The issue mentions server-side character transformation but names no files or tests. Start by locating the existing handling for '-' and '--', then verify where the '...' sequence is rendered; done means it consistently displays as the ellipsis character '…' without changing the existing transformations.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100