javascript-tutorial / javascript-tutorial/en.javascript.info
Update character display?
未关闭
还没有人认领这个 Issue。
- 主要语言
- HTML
- 星标
- 25.5k
- 派生
- 4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 提到了服务器端字符转换,但没有指出文件或测试。首先定位对 '-' 和 '--' 的现有处理,然后确认序列 '...' 在哪里渲染;完成的标准是它始终显示为省略号字符 '…',且不改变现有的转换。
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100