redhat-developer / redhat-developer/vscode-java
JavaDoc rendering does not preserve white-space in code blocks.
未关闭
还没有人认领这个 Issue。
javadoc
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 547
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
According to everything I can find, preserving white-space in a JavaDoc should work with a code block, pre tag, or tt tag.
However, when using {@code 10/2021 - CURRENT} in a JavaDoc, the extra space is not preserved in the rendered tool-tip.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
Issue 中没有指出源文件或测试。首先使用 {@code 10/2021 - CURRENT} 重现 JavaDoc tooltip 的行为,然后跟踪渲染入口,并为保留的空白添加覆盖;当额外的空格出现在渲染后的 tooltip 中时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 40/100